javrasya / django-river

Django workflow library that supports on the fly changes ⛵
BSD 3-Clause "New" or "Revised" License
741 stars 105 forks source link

Add six #195

Open MHM5000 opened 3 years ago

MHM5000 commented 3 years ago

when you use git clone and then run pip install -r requirements.txt, six is available as a dependency of one of the packages, but when you do a pip install django-river (or in my case pipenv install django-river) and include river in the INSTALLED_APPS; upon running the server you'll see an error related to six not being available.

This PR fixes that.

MHM5000 commented 3 years ago

django-codemirror2 needs to be added here and in INSTALLED_APPS but I have to go now. I'll add it tomorrow.