How to use django-treebeard in Admin? -
i trying use django-treebeard in admin section.
from https://tabo.pe/projects/django-treebeard/docs/tip/intro.html#configuration
note: if going use treeadmin class, need add path treebeard’s templates in template_dirs. need enable django.core.context_processors.request in template_context_processors setting in django settings file.
so have added tree in admin.py , shows in admin, when click on
'adminmedia' not valid tag library: template library adminmedia not found, tried
how find treebeard templates are? dynamic production? don't have template_context_processors in settings.py file.
this problem treebeard not supporting django 1.5, there has been fixes , beta release ready, can update through pypi:
https://pypi.python.org/packages/source/d/django-treebeard/django-treebeard-2.0b1.tar.gz
Comments
Post a Comment