Skip to content

Instantly share code, notes, and snippets.

@jayhale
Last active July 9, 2022 16:33
Show Gist options
  • Save jayhale/1c380efdc9d5f46b6225dfede503c2d1 to your computer and use it in GitHub Desktop.
Save jayhale/1c380efdc9d5f46b6225dfede503c2d1 to your computer and use it in GitHub Desktop.
# vercel-django-example/example/urls.py
# https://github.com/jayhale/vercel-django-example/blob/main/example/urls.py#L7
from django.urls import path
from example.views import index
urlpatterns = [
path('', index),
]
@jayhale
Copy link
Author

jayhale commented Jul 9, 2022

@mudkipdev thanks!

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