mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
commit
67eeeeab6c
|
@ -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 New Issue
Block a user