bradreardon / django-colors

Automatically exported from code.google.com/p/django-colors
MIT License
0 stars 0 forks source link

setup.py doesn't include either media or templatetags directories in the installation #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. pip install 
http://django-colors.googlecode.com/files/Django-Colors-0.0.2-pre-alpha.tar.gz

What is the expected output? What do you see instead?
No media/ or templatetags/ directories in the target directory on the 
PYTHONPATH, while there should be one.

Original issue reported on code.google.com by nikol...@prokoschenko.de on 2 Mar 2011 at 1:59

GoogleCodeExporter commented 8 years ago
Took matter into my own hands, forked the project into GitHub, fixed the 
installation part and added a new template filter to compute a contrast color

https://github.com/guillaumeesquevin/django-colors

Original comment by guillaum...@gmail.com on 29 Mar 2011 at 12:51