manage.py not able to run any commands

2019-12-17 Thread Phil Yang
Hi, All of a sudden, when I tried to run manage.py runserver, it didn't produce any output, and it didn't do anything. In fact, the manage.py script seems to not be able to run other commands, such as startapp or createsuperuser. I've already used the command many times prior, and it has always

manage.py can't run any commands

2019-12-17 Thread Phil Yang
Hi, The manage.py script for all my projects has suddenly stopped working. It can't run any commands, such as runserver or startapp. Python is installed correctly; I have tested this with other scripts. I deleted Django and reinstalled, the problem still persists. Basically, whenever I run ma