March 2020
Intermediate to advanced
608 pages
17h 17m
English
To get started with toggling the visibility of the Debug toolbar, go through the following steps:
(env)$ pip install django-debug-toolbar==2.1
# myproject/settings/_base.pyINSTALLED_APPS = [ # … "debug_toolbar",]