Skip to content

Instantly share code, notes, and snippets.

@jayhale
Created March 3, 2019 16:54
Show Gist options
  • Save jayhale/10805ab31ad595e226db17de1c31c292 to your computer and use it in GitHub Desktop.
Save jayhale/10805ab31ad595e226db17de1c31c292 to your computer and use it in GitHub Desktop.
Django on Zeit Now: now-django-example/now_app/urls.py
# now-django-example/now_app/urls.py
from django.urls import path, include
urlpatterns = [
# ...
path('', include('example_app.urls')),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment