From b94ad3dec5300dc05fe6682f72dab3883b6df0e7 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Sat, 6 Jun 2015 11:52:18 -0300 Subject: [PATCH] Removed memcached from deps --- colab/settings.py | 7 ------- setup.py | 1 - 2 files changed, 0 insertions(+), 8 deletions(-) diff --git a/colab/settings.py b/colab/settings.py index 616514b..0e8f04d 100644 --- a/colab/settings.py +++ b/colab/settings.py @@ -170,13 +170,6 @@ HAYSTACK_CONNECTIONS = { } } -CACHES = { - 'default': { - 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', - 'LOCATION': '127.0.0.1:11211', - } -} - DATABASE_ROUTERS = [] TEMPLATE_CONTEXT_PROCESSORS = ( diff --git a/setup.py b/setup.py index 336e466..46b5d46 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,6 @@ REQUIREMENTS = [ 'etiquetando==0.1', 'html2text==3.200.3', 'django-taggit==0.12.1', - 'python-memcached==1.53', 'django-hitcounter==0.1.1', 'Pillow==2.5.1', 'django-i18n-model==0.0.7', -- libgit2 0.21.2