When I create a new Python/Django project and then create a new file called test.py, I am unable to run test.py.
If I try to run my project it just runs a Django server and starts asking me to create a super user.
Mere minutes ago I was able to run a python project normally. Then I deleted the project and created it again and now it will only let me run the python file by right clicking the file manually and selecting run.