remove REAL_CACHE_USED from settings.py
This commit is contained in:
parent
d055103e2d
commit
007189dafa
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ CACHES = {
|
||||||
'LOCATION': 'unique-snowflake',
|
'LOCATION': 'unique-snowflake',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
REAL_CACHE_USED = False
|
|
||||||
SESSION_ENGINE = "django.contrib.sessions.backends.db"
|
SESSION_ENGINE = "django.contrib.sessions.backends.db"
|
||||||
|
|
||||||
HAS_MEMCACHED = config.has_option('memcached', 'location')
|
HAS_MEMCACHED = config.has_option('memcached', 'location')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue