Skip to content

Instantly share code, notes, and snippets.

@jayhale
Created April 22, 2021 12:34
Show Gist options
  • Save jayhale/6e7f48ff37668727e720c6d3720e3c27 to your computer and use it in GitHub Desktop.
Save jayhale/6e7f48ff37668727e720c6d3720e3c27 to your computer and use it in GitHub Desktop.
# vercel-django-example/vercel_app/urls.py
# https://github.com/jayhale/vercel-django-example/blob/main/vercel_app/urls.py#L21
urlpatterns = [
# ...
path('', include('example.urls')),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment