chat routines
This commit is contained in:
SDE
2023-08-06 13:53:28 +03:00
parent b3bee232c3
commit ec317aa8ba
9 changed files with 79 additions and 19 deletions

View File

@@ -9,6 +9,8 @@ urlpatterns = [
path('registration/', registration_View, name='registration_page'),
path('', user_profile_View, name='user_profile'),
path('chat/<int:user_id>/', chat_w_user_View, name='chat_w_user'),
path('chat/', chat_w_user_View, name='chat_w_user_wo_user_id'),
path('login/', login_View, name='login_profile'),