Problem You create a project using Django framework and you need to store hierarchical data in database, for example Category model. Just say you need a category model that can contains another category. Update : I use django-mptt version 0.3.1, note that as Craig de Stigter mentions in the comment latest version of django-mptt doesn’t [...]
Related posts:
↧