Skip to content

Commit

Permalink
Fix STATIC_ROOT setting
Browse files Browse the repository at this point in the history
  • Loading branch information
emperorcezar committed Feb 22, 2015
1 parent 9749c8e commit 07cb4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chipy_org/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def env_list(key, defaults=[], delimiter=','):

MEDIA_URL = STATIC_URL + 'media/'

STATIC_ROOT = os.path.join(PROJECT_ROOT, "static")
STATIC_ROOT = "static"

# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# trailing slash.
Expand Down

0 comments on commit 07cb4fb

Please sign in to comment.