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,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 | DATABASE_ROUTERS = [] | 173 | DATABASE_ROUTERS = [] |
181 | 174 | ||
182 | TEMPLATE_CONTEXT_PROCESSORS = ( | 175 | 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', |