Adds registration
This commit is contained in:
parent
4007ed8827
commit
3d09d355eb
8 changed files with 59 additions and 15 deletions
|
@ -18,6 +18,7 @@ urlpatterns = [
|
|||
|
||||
# ui views
|
||||
path('', views.home),
|
||||
path('register/', views.register),
|
||||
path('login/', views.user_login),
|
||||
path('logout/', views.user_logout),
|
||||
path('user/<str:username>', views.user_profile),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue