In the “Adding Dynamic Data” section, we are asked to:
$ python manage.py createsuperuser
I get the following error:
ImportError: No module named django.core.management
I realize this is a dependency issue, probably having to do something with the fact that my Mac has Python 2.7 and 3.4 installed, but in general, I was wondering if there is a good tutorial out there for understanding how paths, venvs, and dependencies work in the first place.