[Fixed]-Why do my files not match a Django 1.8 installation even though Bash confirms I have one installed?

1👍

The most likely cause is that you didn’t activate the virtualenv when you ran startproject, so you got the default Django from PythonAnywhere instead of the one that you installed.

👤Glenn

Leave a comment