instead of new install, django new server read the old urls.py

hello, i am new to django and after finishing a tutorial i tried to create a new django project, but after the installation is complete instead of the new installation urls.py, django read the project i used before even though i already stop the server and the virtualenv.

however this is fixed by restarting my machine, but why is this happen? is there any other way to fix this then to keep restarting my machine?

You’ll need to be a lot more specific about what you’ve done to this point and describing your environment in detail. This includes showing the commands you’ve entered and specifically detailing your directory structures involved.

that is my mistakes, while trying to fix the problem i try to delete the whole folders, but before i delete it django shows the 404 page and still using the other urlspattern, even though i already starts the new servers and virtualenv