charettes / django-colorful

Extension to the Django web framework that provides database and form color fields
https://pypi.python.org/pypi/django-colorful
MIT License
169 stars 58 forks source link

Please remove django from install_requires in setup.py #1

Closed kmike closed 13 years ago

kmike commented 13 years ago

It is hardly possible that anyone would need to install django by installing django-colorful and this line will cause headaches for developers who have installed django in non-standard way (from svn, via symlink, from OS repository, etc).

kmike commented 13 years ago

See #2.