A way to handle one or more hierarchical category trees in django.
Repository URL: /git/public/django-categories.git/
This app attempts to provide a generic category system that multiple apps could use. It uses MPTT for the tree storage and provides a custom admin for better visualization (copied and modified from feinCMS).