barseghyanartur/django-dash

django-nine

FreedomFrog opened this issue · 3 comments

pip install django-nine

django-nine is a requirement for this to run in 3.6 django 2.0

@FreedomFrog:

And the problem is?

when I did pip install -r requirements it didn't install... could have been issue on my end.

Well, look, it consists of two parts. django-nine is installed when django-dash is installed. The requirements.txt file is for all other packages that are optional or meant to be used for the demo/examples. So, if you have cloned the repository (and you haven't installed django-dash with pip install), you should do python setup.py install or python setup.py develop.