Merge pull request #341 from Gluejar/booxtream-account-info

our production account
pull/1/head
Raymond Yee 2014-05-02 14:46:38 -07:00
commit d8a8a897d6
1 changed files with 3 additions and 1 deletions

View File

@ -160,9 +160,11 @@ AWS_STORAGE_BUCKET_NAME = 'unglueit-files'
# we should suppress Google Analytics outside of production # we should suppress Google Analytics outside of production
SHOW_GOOGLE_ANALYTICS = True SHOW_GOOGLE_ANALYTICS = True
BOOXTREAM_API_KEY = '987n76Zsc4hj9jUvfctxezZQZ2vnhm'
BOOXTREAM_API_USER = 'unglueprod'
# if settings/local.py exists, import those settings -- allows for dynamic generation of parameters such as DATABASES # if settings/local.py exists, import those settings -- allows for dynamic generation of parameters such as DATABASES
try: try:
from regluit.settings.local import * from regluit.settings.local import *
except ImportError: except ImportError:
pass pass