I am trying to use django-treebeard in the admin. https://tabo.pe/projects/django-treebeard/docs/tip/intro.html#configuration
It says Note If you are going to use the Treeadmin<https://tabo.pe/projects/django-treebeard/docs/tip/admin.html#treebeard.admin.TreeAdmin> class, you need to add the path to treebeard’s templates in TEMPLATE_DIRS<http://docs.djangoproject.com/en/dev/ref/settings/#template-dirs>. Also you need to enabledjango.core.context_processors.request<http://docs.djangoproject.com/en/dev/ref/templates/api/#django-core-context-processors-request> in the TEMPLATE_CONTEXT_PROCESSORS<http://docs.djangoproject.com/en/dev/ref/settings/#template-context-processors>setting in your django settings file. How do I find where the templates for django-treebeard are located? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

