Skip to content

Instantly share code, notes, and snippets.

@ilyes-d
Last active June 3, 2022 23:51
Show Gist options
  • Save ilyes-d/d139a03b64c65a01a0ee8cb1e72c0005 to your computer and use it in GitHub Desktop.
Save ilyes-d/d139a03b64c65a01a0ee8cb1e72c0005 to your computer and use it in GitHub Desktop.
app urls
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