I should really get soom sleep sometime.

This commit is contained in:
Kevin Fenzi 2014-04-09 20:10:26 +00:00
parent d36ceaefe0
commit cd90b45b19

View file

@ -92,7 +92,7 @@ STATIC_ROOT = '/var/www/html/askbot/static'
ADMIN_MEDIA_PREFIX = STATIC_URL + 'admin/'
# Make up some unique string, and don't share it with anybody.
SECRET_KEY = '{% askbotSecretKeyPassword %}'
SECRET_KEY = '{{ askbotSecretKeyPassword }}'
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (