Disable caching because I don't know what I'm doing.

master
Nick Sergeant 2012-07-18 20:22:20 -04:00
parent 20de153649
commit 806c09495a
1 changed files with 0 additions and 5 deletions

View File

@ -212,11 +212,6 @@ ABSOLUTE_URL_OVERRIDES = {
# Accounts
AUTH_PROFILE_MODULE = 'accounts.UserProfile'
# Caching
CACHE_BACKEND = 'caching.backends.memcached://localhost:11211'
CACHE_PREFIX = 'snipt:'
CACHE_COUNT_TIMEOUT = 60
# Search
HAYSTACK_CONNECTIONS = {
'default': {