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