Commit b94ad3dec5300dc05fe6682f72dab3883b6df0e7
1 parent
a845e414
Exists in
master
and in
31 other branches
Removed memcached from deps
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br> Signed-off-by: Carolina Ramalho <carol15022@hotmail.com> Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Showing
2 changed files
with
0 additions
and
8 deletions
Show diff stats
colab/settings.py
... | ... | @@ -170,13 +170,6 @@ HAYSTACK_CONNECTIONS = { |
170 | 170 | } |
171 | 171 | } |
172 | 172 | |
173 | -CACHES = { | |
174 | - 'default': { | |
175 | - 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', | |
176 | - 'LOCATION': '127.0.0.1:11211', | |
177 | - } | |
178 | -} | |
179 | - | |
180 | 173 | DATABASE_ROUTERS = [] |
181 | 174 | |
182 | 175 | TEMPLATE_CONTEXT_PROCESSORS = ( | ... | ... |