djWarehouse dependencies
- Python (tested on 2.5 but other versions also may work)
- Django (explained http://www.djangoproject.com/documentation/install/)
- python-dateutil ( http://labix.org/python-dateutil)
- Element Tree ( http://effbot.org/zone/element-index.htm)
- PIL ( http://www.pythonware.com/products/pil/)
- DjHDGutils (optional, for thumbnails)
- Postrgesql or MySQL or (SQLite & pysqlite2)
- GeoIP
In Gentoo some of above can be installed via packages:
- dev-db/postgresql (OR dev-db/postgresql-server)
- dev-python/psycopg
- dev-python/python-dateutil
- dev-python/elementtree
- dev-libs/geoip
