Update requirements: add path.py (used in settings), remove flup (only necessary for FCGI)

This commit is contained in:
David Ormsbee
2012-04-02 16:38:33 -04:00
parent 55312bf7db
commit d7131c8b13
3 changed files with 1 additions and 17 deletions

View File

@@ -1,3 +0,0 @@
from common import *
GENERATE_RANDOM_USER_CREDENTIALS = True

View File

@@ -1,13 +0,0 @@
from aws import *
# Staging specific overrides
SITE_NAME = "staging.mitx.mit.edu"
AWS_STORAGE_BUCKET_NAME = 'mitx_askbot_stage'
CACHES['default']['LOCATION'] = ['***REMOVED***',
'***REMOVED***']
### Secure Data Below Here ###
SECRET_KEY = ""
AWS_ACCESS_KEY_ID = ""
AWS_SECRET_ACCESS_KEY = ""

View File

@@ -1,6 +1,5 @@
django<1.4
pip
flup
scipy
matplotlib
markdown
@@ -12,3 +11,4 @@ boto
mako
python-memcached
django-celery
path.py