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

On Monday, 4 April 2022 at 01:40:08 UTC+1 rakeshsh...@gmail.com wrote:

> 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
>>  
>> <https://groups.google.com/d/msgid/django-users/e2efbfba-b612-48d8-9012-e277cb21d7e9n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/23574240-b320-4e55-a668-a2f2f95ca4abn%40googlegroups.com.

Reply via email to