Commit 9c13192f7c8e467e88e8b3f1fdbd2b0c35cd5447
Committed by
Gust
1 parent
9cc27d09
Exists in
workin_whoosh_temp
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
... | ... | @@ -173,13 +173,6 @@ HAYSTACK_CONNECTIONS = { |
173 | 173 | } |
174 | 174 | } |
175 | 175 | |
176 | -CACHES = { | |
177 | - 'default': { | |
178 | - 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', | |
179 | - 'LOCATION': '127.0.0.1:11211', | |
180 | - } | |
181 | -} | |
182 | - | |
183 | 176 | DATABASE_ROUTERS = [] |
184 | 177 | |
185 | 178 | TEMPLATE_CONTEXT_PROCESSORS = ( | ... | ... |