Add: basic profile page
This commit is contained in:
parent
3f762419df
commit
03ccac13b6
3 changed files with 146 additions and 1 deletions
7
archivist/apps/user/urls.py
Normal file
7
archivist/apps/user/urls.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
from django.urls import path
|
||||
from .views import edit_profile
|
||||
|
||||
urlpatterns = [
|
||||
# Other URL patterns
|
||||
path('profile/', edit_profile, name='profile'),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue