Skip to content
Snippets Groups Projects
Commit 942bfd23 authored by David Ormsbee's avatar David Ormsbee
Browse files

fixed typo in devplus env

parent 148ec471
No related merge requests found
......@@ -30,7 +30,7 @@ CACHES = {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211',
}
},
'general': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment