I am getting the following error after installing django with Stash and pip:
[~/Documents]$ django-admin.py startproject mysite
stash: <class 'AttributeError'>: module 'django' has no attribute 'get_version'
The guide here assumes a pre-existing project imported from github. https://www.wideswathresearch.com/django-development-on-an-ipad-pro/
Anyone know if I should be able to create a fresh django project on Pythonista?