Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add six #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add six #195

wants to merge 1 commit into from

Conversation

MHM5000
Copy link

@MHM5000 MHM5000 commented Oct 20, 2021

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
Copy link
Author

MHM5000 commented Oct 20, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant