Skip to content

Instantly share code, notes, and snippets.

@jayhale
Created March 12, 2019 21:50
Show Gist options
  • Save jayhale/249605b2bcfb23d9735fb105ccaa4c73 to your computer and use it in GitHub Desktop.
Save jayhale/249605b2bcfb23d9735fb105ccaa4c73 to your computer and use it in GitHub Desktop.
Django on Zeit Now: now-django-example/now_app/settings.py
# now-django-example/now_app/settings.py
# ...
ALLOWED_HOSTS = ['.now.sh'] # Allow *.now.sh
# ...
DATABASES = {} # Prevent Django from loading an adapter
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment