[Answered ]-My local port at 127.0.0.1:8000 always redirects to 127.0.0.1:8000/myapp/lists when no file redirects url django

2👍

Most browsers cache 301 Redirects, and do not cache 302 Redirects. If you were using a 301 Redirect, you need to clear your browser cache. See this SO question for more info:

How long do browsers cache HTTP 301s?

Leave a comment