Skip to content

Instantly share code, notes, and snippets.

@H3lllfir3
Created May 9, 2020 18:17
Show Gist options
  • Select an option

  • Save H3lllfir3/c1318b4ed5205480a85292a449481360 to your computer and use it in GitHub Desktop.

Select an option

Save H3lllfir3/c1318b4ed5205480a85292a449481360 to your computer and use it in GitHub Desktop.
first urls
from django.urls import path
from . import views
urlpatterns = [
path('', views.index, name='index'),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment