askbot still does need this one. ;(

This commit is contained in:
Kevin Fenzi 2014-01-17 17:56:46 +00:00
parent 1fd81df74a
commit 7f257b854d

View file

@ -86,6 +86,11 @@ PROJECT_ROOT = os.path.dirname(__file__)
#STATIC_ROOT = os.path.join(PROJECT_ROOT, 'static')
STATIC_ROOT = '/var/www/html/askbot/static'
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# trailing slash.
# Examples: "http://foo.com/media/", "/media/".
ADMIN_MEDIA_PREFIX = STATIC_URL + 'admin/'
# Make up some unique string, and don't share it with anybody.
SECRET_KEY = '<%= askbotSecretKeyPassword %>'