Commit d092bcfd authored by Michal Čihař's avatar Michal Čihař

Define path for static files

Issue #605
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 58ed768e
......@@ -146,7 +146,7 @@ MEDIA_URL = '%s/media/' % URL_PREFIX
# Don't put anything in this directory yourself; store your static files
# in apps' "static/" subdirectories and in STATICFILES_DIRS.
# Example: "/home/media/media.lawrence.com/static/"
STATIC_ROOT = ''
STATIC_ROOT = os.path.join(DATA_DIR, 'static')
# URL prefix for static files.
# Example: "http://media.lawrence.com/static/"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment