Skip to content

Instantly share code, notes, and snippets.

@mmtechslv
Created April 7, 2021 15:48
Show Gist options
  • Save mmtechslv/61813fd7b68d0d8f33e9e911bcf381ad to your computer and use it in GitHub Desktop.
Save mmtechslv/61813fd7b68d0d8f33e9e911bcf381ad to your computer and use it in GitHub Desktop.
Markdium-Introduction
...
from myapp.views import index
urlpatterns = [
...
path('', index),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment