Skip to content

Instantly share code, notes, and snippets.

@jayhale
Last active March 3, 2019 16:52
Show Gist options
  • Save jayhale/ea34f8dd5c8797702962036b0f598fe6 to your computer and use it in GitHub Desktop.
Save jayhale/ea34f8dd5c8797702962036b0f598fe6 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
INSTALLED_APPS = [
# ...
'example_app',
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment