Skip to content

Instantly share code, notes, and snippets.

@hminnovation
Created October 5, 2016 16:26
Show Gist options
  • Save hminnovation/41d59117ff2d3a8f1c4326a5eedce466 to your computer and use it in GitHub Desktop.
Save hminnovation/41d59117ff2d3a8f1c4326a5eedce466 to your computer and use it in GitHub Desktop.
Minimum Wagtail Heroku things
# 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"]
@hminnovation
Copy link
Author

Or you know, go full on rogue and

ALLOWED_HOSTS = *

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment