diff --git a/service/files/local_settings.j2 b/service/files/local_settings.j2 index ea3eca6..10a71ba 100644 --- a/service/files/local_settings.j2 +++ b/service/files/local_settings.j2 @@ -133,8 +133,6 @@ CACHES = { }, } -CACHES = {'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',},} - # Send email to the console by default EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' # Or send them to /dev/null