My first Django development server URL throwing 404 or redirecting as it is common for Splunk Web as well

My newly created app using Django & Python by following YouTube tutorial (“Python Tutorial - Python for Beginners [Full Course])” uses the default localhost URL http://127.0.0.1:8000/, which was working fine initially showing the results like “Hello World” and default Django “Homepage”.

But after sometime when I reload the page, it is redirecting to my Splunk Web page as it is the same URL used by my Splunk installation.

Again, when I re-run the URL after a while it is displaying the “Hello World” page.

Is there a way to avoid this conflicting behavior between those two applications using the same URL endpoint?