From bdb21475904cba2931f5a360f196ea10989df1fe Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 3 Jan 2015 16:56:01 -0600 Subject: [PATCH] Fixed typo --- .../{{cookiecutter.repo_name}}/config/production.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/config/production.py b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/config/production.py index 78908f20..fa5073e9 100644 --- a/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/config/production.py +++ b/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/config/production.py @@ -119,4 +119,4 @@ class Production(Common): CACHES = values.CacheURLValue(default="memcached://127.0.0.1:11211") # END CACHING - # Your production stuff: Below this line define 3rd party libary settings + # Your production stuff: Below this line define 3rd party library settings