justdjango / justchat

A chat application built with Django channels.
267 stars 237 forks source link

error running the app #16

Open alekkii opened 4 years ago

alekkii commented 4 years ago

Tried to run the code and am getting an error template not found, changed the BASE_DIR in settings.py file from build to public where the index.html template is and when I run the server it just shows the page title 'justchat' nothing else am really stuck please help me

dr-alberto commented 4 years ago

The convention in Django is to store all the templates in /template folder, try this and check if works for you