Skip to content

Commit

Permalink
Try to fix staticfiles on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Aug 22, 2014
1 parent bd68725 commit 5ff15f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ output/*/index.html
# Sphinx
docs/_build

# Staticfiles on Heroku
staticfiles
1 change: 1 addition & 0 deletions bpzaroundme/settings/heroku.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
INSTALLED_APPS += ('gunicorn',)

SECRET_KEY = os.environ.get('SECRET_KEY', SECRET_KEY)
STATIC_ROOT = 'staticfiles'

0 comments on commit 5ff15f2

Please sign in to comment.