mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 21:24:32 +03:00
commit
67eeeeab6c
|
@ -41,4 +41,4 @@ class Local(Common):
|
||||||
}
|
}
|
||||||
# end django-debug-toolbar
|
# 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")
|
CACHES = values.CacheURLValue(default="memcached://127.0.0.1:11211")
|
||||||
# END CACHING
|
# 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