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