On March 15, 2021 7:26:11 AM CDT, lilyfan195 <[email protected]> wrote:
>
>however when I enter the http://127.0.0.1:8000 it showed page not
>found, and the thing is whatever I clicked, the powershell remained the
>same and didn't show any Exception traceback or something like that and
>the pycharm didn't show any errors either.

I'm assuming you're seeing the Django 404 page right? If this is not a brand 
new project and you've modified urls.py, check to make sure that you have a url 
pattern configured that matches the root of your site. Otherwise Django is 
doing exactly what it's supposed to do which is returning page not found.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/91BC5BA2-9481-4388-8EA2-E833298D8DC4%40fattuba.com.

Reply via email to