March 2020
Intermediate to advanced
608 pages
17h 17m
English
To get started, perform the following steps:
(env)$ pip install django-treebeard==4.3
# myproject/settings/_base.pyINSTALLED_APPS = [ # … "treebeard", # … "myproject.apps.categories", "myproject.apps.ideas",]