blaze2004
blaze2004

Reputation: 287

django redirects to non existing url

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

Answers (2)

Akash Nagtilak
Akash Nagtilak

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

Abdul Raffay
Abdul Raffay

Reputation: 179

This often happens when server of both projects are running and running on same port. can you verify?

Upvotes: 0

Related Questions