Skip to content

Commit

Permalink
more memcache stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercoy committed May 19, 2012
1 parent 9bdbea0 commit ce91734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
if os.getenv(RUN_ENV, '') == 'staging':
print "Cache: MEMCACHED (STAGING)"
CACHES = {
'memcached': {
'default': {
'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache',
'LOCATION': '127.0.0.1:11211',
},}
Expand Down

0 comments on commit ce91734

Please sign in to comment.