askbot still does need this one. ;(
This commit is contained in:
parent
1fd81df74a
commit
7f257b854d
1 changed files with 5 additions and 0 deletions
|
@ -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 %>'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue