profile routines
This commit is contained in:
SDE
2023-07-11 12:40:33 +03:00
parent 08dfbc352a
commit 2a2a47e2a7
14 changed files with 82 additions and 18 deletions

View File

@@ -8,7 +8,8 @@ from django.contrib.auth import views
urlpatterns = [
path('registration/', registration_View, name='registration_page'),
path('profile/', user_profile_View, name='user_profile'),
path('', user_profile_View, name='user_profile'),
path('login/', login_View, name='login_profile'),
# ajax ----------------
# url(r'^login$', user_login_View_ajax, name='user_login_View_ajax'),