mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-16 16:21:07 +00:00
commit
67eeeeab6c
2 changed files with 2 additions and 2 deletions
|
|
@ -41,4 +41,4 @@ class Local(Common):
|
|||
}
|
||||
# end django-debug-toolbar
|
||||
|
||||
# Your local stuff: Below this line define 3rd party libary settings
|
||||
# Your local stuff: Below this line define 3rd party library settings
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue