Skip to content

Commit

Permalink
edit procfile to remove wsgi
Browse files Browse the repository at this point in the history
  • Loading branch information
sachalevy committed May 6, 2022
1 parent 836d4c8 commit aaef9da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions feed/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
# whitenoise related stuff
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"

CSRF_TRUSTED_ORIGINS = ["localhost:8000", "https://hulse-api.herokuapp.com/"]
# handle heroku
import django_on_heroku

Expand Down

0 comments on commit aaef9da

Please sign in to comment.