Add working authorization and registration

This commit is contained in:
2022-09-17 00:05:08 +03:00
parent 7582330b1b
commit 59ec0647dc
7 changed files with 43 additions and 19 deletions

View File

@@ -19,6 +19,7 @@ from . import views
urlpatterns = [
path('', views.index, name='account'),
path('register', views.register, name='register'),
# path('account', views.account, name='account'),
# path('account_<str:action>', views.account_action, name='account_action'),
#