Created
October 5, 2016 16:26
-
-
Save hminnovation/41d59117ff2d3a8f1c4326a5eedce466 to your computer and use it in GitHub Desktop.
Minimum Wagtail Heroku things
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Put this in your .env file # | |
| DATABASE_URL # auto-generated by build-pack | |
| DJANGO_SETTINGS_MODULE # e.g. your-app.settings.production | |
| SECRET_KEY # looooooooooots of chars | |
| ALLOWED_HOSTS # ".domain.com" or ["domain.com", "otherdomain.com", "someotherdomain.com"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Or you know, go full on rogue and
ALLOWED_HOSTS = *