Question
This site cant be reached. The site took too long to respond
I created a django project following instruction in the tutorial. After initial migration and run python manage.py runserver <myip>:8000, I couldn’t access my site. The error message says it take too long to respond.
How do I resolve this?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
run initial migration with no error
My IP is in ALLOWEDHOST,
STATICROOT path exists, ran collectstatic
Also added my IP to django_site
Anything else I should try?