Add static files directory location
This commit is contained in:
@@ -65,7 +65,7 @@ MEDIA_URL = ''
|
||||
# Don't put anything in this directory yourself; store your static files
|
||||
# in apps' "static/" subdirectories and in STATICFILES_DIRS.
|
||||
# Example: "/var/www/example.com/static/"
|
||||
STATIC_ROOT = ''
|
||||
STATIC_ROOT = SITE_ROOT + os.path.sep + '..' + os.path.sep + 'static'
|
||||
|
||||
# URL prefix for static files.
|
||||
# Example: "http://example.com/static/", "http://static.example.com/"
|
||||
|
Reference in New Issue
Block a user