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,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 | DATABASE_ROUTERS = [] | 176 | DATABASE_ROUTERS = [] |
184 | 177 | ||
185 | TEMPLATE_CONTEXT_PROCESSORS = ( | 178 | TEMPLATE_CONTEXT_PROCESSORS = ( |
setup.py
@@ -13,7 +13,6 @@ REQUIREMENTS = [ | @@ -13,7 +13,6 @@ REQUIREMENTS = [ | ||
13 | 'etiquetando==0.1', | 13 | 'etiquetando==0.1', |
14 | 'html2text==3.200.3', | 14 | 'html2text==3.200.3', |
15 | 'django-taggit==0.12.1', | 15 | 'django-taggit==0.12.1', |
16 | - 'python-memcached==1.53', | ||
17 | 'django-hitcounter==0.1.1', | 16 | 'django-hitcounter==0.1.1', |
18 | 'Pillow==2.5.1', | 17 | 'Pillow==2.5.1', |
19 | 'django-i18n-model==0.0.7', | 18 | 'django-i18n-model==0.0.7', |