Changeset - 89570b2e6088
[Not reviewed]
0 1 0
James Polley - 6 years ago 2018-01-16 13:34:35
jp@jamezpolley.com
Use the LocMemCache backend
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
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',
 
    }
 
}
 

	
0 comments (0 inline, 0 general)