Skip to content

Commit

Permalink
Commented out static root
Browse files Browse the repository at this point in the history
  • Loading branch information
jekil committed Sep 15, 2016
1 parent f33f990 commit f9696d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghiro/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# 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 = os.path.join(PROJECT_DIR, 'static')
# STATIC_ROOT = os.path.join(PROJECT_DIR, 'static')

# URL prefix for static files.
# Example: "http://example.com/static/", "http://static.example.com/"
Expand Down

0 comments on commit f9696d9

Please sign in to comment.