mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
settings: fix indentation for CACHES
This commit is contained in:
parent
a2eecedaa0
commit
a2116e721e
|
@ -124,9 +124,9 @@ class Common(Configuration):
|
||||||
# Do this here because thanks to django-pylibmc-sasl and pylibmc memcacheify is painful to install on windows.
|
# Do this here because thanks to django-pylibmc-sasl and pylibmc memcacheify is painful to install on windows.
|
||||||
# memcacheify is what's used in Production
|
# memcacheify is what's used in Production
|
||||||
CACHES = {
|
CACHES = {
|
||||||
'default': {
|
'default': {
|
||||||
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
|
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
|
||||||
'LOCATION': ''
|
'LOCATION': ''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
########## END CACHING
|
########## END CACHING
|
||||||
|
|
Loading…
Reference in New Issue
Block a user