Last active
June 3, 2022 23:51
-
-
Save ilyes-d/d139a03b64c65a01a0ee8cb1e72c0005 to your computer and use it in GitHub Desktop.
app urls
This file contains 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 .views import * | |
urlpatterns = [ | |
path('', index ), | |
path('profile/', get_author_profile , name='author-profile'), | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment