Basestructure Chat App

This commit is contained in:
2025-03-15 12:35:32 +01:00
parent ab6e27f80e
commit 889134784a
6 changed files with 93 additions and 3 deletions

View File

@@ -5,4 +5,5 @@ from . import views
urlpatterns = [
path("", views.index, name="index"),
path("<str:room_name>/", views.room, name="room"),
]