Commit fc65bdc9 by David Ormsbee

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

parent fc26564c
from common import *
GENERATE_RANDOM_USER_CREDENTIALS = True
from aws import *
# Staging specific overrides
SITE_NAME = "staging.mitx.mit.edu"
AWS_STORAGE_BUCKET_NAME = 'mitx_askbot_stage'
CACHES['default']['LOCATION'] = ['cache.6sxrym.0001.use1.cache.amazonaws.com:11211',
'cache.6sxrym.0002.use1.cache.amazonaws.com:11211']
### Secure Data Below Here ###
SECRET_KEY = ""
AWS_ACCESS_KEY_ID = ""
AWS_SECRET_ACCESS_KEY = ""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment