Reputation: 287
Two days ago I created a django project and it worked all right. But, now when I am working on another django project still when I run server it's redirecting me to the older project. I am using different virtual environment for both of them. Even after deleting the old one the issue is not resolved.
Thanks in advance.
Upvotes: 0
Views: 623
Reputation: 325
Actually, This is not a Django error. I also faced this issue. This is your Cached issue. You can try in incognito mode or clear your browser history and cached.....This error will be solved.
Thank You !!!
Upvotes: 1
Reputation: 179
This often happens when server of both projects are running and running on same port. can you verify?
Upvotes: 0