This commit is contained in:
Jim Munro 2013-09-22 21:17:28 -07:00
commit 7fb89dd432

View File

@ -380,7 +380,7 @@ class Production(Common):
########## CACHING ########## CACHING
# Only do this here because thanks to django-pylibmc-sasl and pylibmc memcacheify is painful to install on windows. # Only do this here because thanks to django-pylibmc-sasl and pylibmc memcacheify is painful to install on windows.
CACHES = values.CacheURLValue("memcached://127.0.0.1:11211") CACHES = values.CacheURLValue(default="memcached://127.0.0.1:11211")
########## END CACHING ########## END CACHING
########## Your production stuff: Below this line define 3rd party libary settings ########## Your production stuff: Below this line define 3rd party libary settings