Skip to content

Instantly share code, notes, and snippets.

@KunalGautam
Last active July 15, 2019 17:13
Show Gist options
  • Save KunalGautam/1759a33fd14d08c9f4ca33e5ece27a1b to your computer and use it in GitHub Desktop.
Save KunalGautam/1759a33fd14d08c9f4ca33e5ece27a1b to your computer and use it in GitHub Desktop.
from django.urls import path
from HelloWorld import views
urlpatterns = [
path('', views.index)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment