From 5f430f31474847ac50fa017dc1397c3bde2d140d Mon Sep 17 00:00:00 2001
From: luxagraf <sng@luxagraf.net>
Date: Wed, 30 Apr 2014 22:23:45 -0400
Subject: updated requirements and removed memcached

---
 config/requirements.txt     | 35 ++++++++++++++++-------------------
 config/settings/settings.py | 12 ++++++------
 2 files changed, 22 insertions(+), 25 deletions(-)

diff --git a/config/requirements.txt b/config/requirements.txt
index c900a67..15caa91 100644
--- a/config/requirements.txt
+++ b/config/requirements.txt
@@ -1,22 +1,19 @@
-Django==1.5.2
-Markdown==2.2.0
-PIL==1.1.7
-argparse==1.2.1
-distribute==0.6.31
-django-extensions==0.9
-flickr-api==0.4
-gunicorn==18.0
-httplib2==0.7.7
-jsmin==2.0.2
-oauth==1.0.1
-psycopg2==2.4.5
-pylibmc==1.2.3
-python-dateutil==2.1
-requests==0.14.0
-six==1.2.0
-wsgiref==0.1.2
-yolk==0.4.3
-yuicompressor==2.4.7
+Django
+Markdown
+argparse
+django-extensions
+flickr-api
+gunicorn
+httplib2
+jsmin
+oauth
+psycopg2
+python-dateutil
+requests
+six
+ipython
+pep8
+smartypants
 
 
 
diff --git a/config/settings/settings.py b/config/settings/settings.py
index 7738337..a205776 100644
--- a/config/settings/settings.py
+++ b/config/settings/settings.py
@@ -125,12 +125,12 @@ TEMPLATE_CONTEXT_PROCESSORS = (
     "django.core.context_processors.tz",
     "django.contrib.messages.context_processors.messages"
 )
-CACHES = {
-    'default': {
-        'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',
-        'LOCATION': '127.0.0.1:11211',
-    }
-}
+#CACHES = {
+#    'default': {
+#        'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',
+#        'LOCATION': '127.0.0.1:11211',
+#    }
+#}
 ROOT_URLCONF = 'config.base_urls'
 
 TEMPLATE_DIRS = (
-- 
cgit v1.2.3-70-g09d2