[Fixed]-Python2.7 manage.py runserver

1👍

Do you have the django package installed? go to your command line and type “pip list” and see if django is in the list.

If it is not, “pip install django” should allow you to download and install the package.

Leave a comment