Skip to content

Instantly share code, notes, and snippets.

@abdel1979
Created June 21, 2019 10:02
Show Gist options
  • Save abdel1979/d2e5abaca9403f6feb1d6837725d09bb to your computer and use it in GitHub Desktop.
Save abdel1979/d2e5abaca9403f6feb1d6837725d09bb to your computer and use it in GitHub Desktop.
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