Created
May 9, 2020 18:17
-
-
Save H3lllfir3/c1318b4ed5205480a85292a449481360 to your computer and use it in GitHub Desktop.
first urls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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