adding pylibmc to production requirements, removing unused imports from production...
authorCharles Holbrow <charlesholbrow@gmail.com>
Fri, 1 Feb 2013 18:13:56 +0000 (13:13 -0500)
committerCharles Holbrow <charlesholbrow@gmail.com>
Fri, 1 Feb 2013 18:13:56 +0000 (13:13 -0500)
docs/source/deployment.rst [new file with mode: 0644]
karmaworld/settings/prod.py
reqs/prod.txt

diff --git a/docs/source/deployment.rst b/docs/source/deployment.rst
new file mode 100644 (file)
index 0000000..218a4dc
--- /dev/null
@@ -0,0 +1,5 @@
+Deployment
+==========
+
+Required packages:
+memcached
index 806218db6493d22b21351c7863d686ef8380b655..b94b32382b6bbc8ec1bca0adc34e6db4f8d6f20e 100644 (file)
@@ -6,8 +6,6 @@
 
 from os import environ
 
-from memcacheify import memcacheify
-from postgresify import postgresify
 from S3 import CallingFormat
 
 from common import *
index 63da9e2ab6321d6a065e9f78099beec0f6045cb8..c50f3c83e5989eacff268cf37d10e6ca3acd3def 100644 (file)
@@ -6,3 +6,4 @@ django-storages==1.1.4
 gunicorn==0.14.3
 jsmin==2.0.2
 psycopg2==2.4.5
+pylibmc==1.2.3