barseghyanartur / django-dash

Customisable, modular dashboard application framework for Django.
https://pypi.python.org/pypi/django-dash
383 stars 85 forks source link

django-nine #25

Closed FreedomFrog closed 6 years ago

FreedomFrog commented 6 years ago

pip install django-nine

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

barseghyanartur commented 6 years ago

@FreedomFrog:

And the problem is?

FreedomFrog commented 6 years ago

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

barseghyanartur commented 6 years ago

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.