On March 15, 2021 7:26:11 AM CDT, lilyfan195 <
lilyf...@gmail.com> 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.