I am trying to build a chat application using Django and channel. But I am getting not able to get my view file (room.html) My main project name is "techChat" and I have a app called "chat" I ma trying all this code from :- https://channels.readthedocs.io/en/latest/tutorial/part_2.html When i enter the lobby name i get page not found. I also have the asgi file if you take a look at my file structure whose img is below.
Help!
My Code
views.py :-
chat/urls.py (App urls file):-
techChat/urls.py (main project urls file)
Now when I Enter the "lobby" in the text box I get Page Not Found Error!