commit
d8a8a897d6
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue