django html error

105 views
Skip to first unread message

5021-Chandra Prakash.S

unread,
Apr 2, 2022, 3:05:18 PM4/2/22
to Django users
i am new to django, there is no error in my project but my html page is not loading ,its just appearing white blank screen when i run the server.I had checked settings.py file and edited the templates setting but then too my html file isn't loading.

Rakesh Sharma

unread,
Apr 4, 2022, 12:40:08 AM4/4/22
to django...@googlegroups.com
Will you send me some project codes pics so that i can help you.

On Sat, 2 Apr, 2022, 8:34 pm 5021-Chandra Prakash.S, <chan875...@gmail.com> wrote:
i am new to django, there is no error in my project but my html page is not loading ,its just appearing white blank screen when i run the server.I had checked settings.py file and edited the templates setting but then too my html file isn't loading.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e2efbfba-b612-48d8-9012-e277cb21d7e9n%40googlegroups.com.

Steven Mapes

unread,
Apr 5, 2022, 1:16:28 PM4/5/22
to Django users
If you check the output of runserver can you see a HTTP200 response? If so then the best starting place is to look into your projects base <project_name>.urls.py and match up the URL you are requesting to the view being used. Once you have that what is happening next will depend on whether you are using functional views of class-based views.  If you are using an IDE with debugging such as PyCharm then I'd suggest adding a breakpoint walking through the code to make sure it is using  the view you expect
Reply all
Reply to author
Forward
0 new messages