File diff 7d18387670ca → 89570b2e6088
pinaxcon/settings.py
Show inline comments
...
 
@@ -96,7 +96,8 @@ ADMIN_USERNAMES = []
 

	
 
CACHES = {
 
    'default': {
 
        'BACKEND': 'django.core.cache.backends.dummy.DummyCache',
 
        'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
 
        'LOCATION': 'unique-snowflake',
 
    }
 
}