Learn how to add one of the most useful Django debugging tools into your new Wagtail project. We’ll go through the installation docs, learn how base.py, dev.py and production.py work together, and how to make Django Debug Toolbar officially load in your Wagtail CMS development environment.
Code and text installation guide is available at https://learnwagtail.com/tutorials/installing-django-debug-toolbar/
The commit for this installation is available on GitHub at https://github.com/CodingForEverybody/learn-wagtail/commit/d7b02e1e92adbe86b8396d1136d9afc02821a72b?diff=unified
Documentation for Django Debug Toolbar is available at https://django-debug-toolbar.readthedocs.io/en/latest/
Learn Wagtail from scratch with the official Wagtail for Beginners Course
https://learnwagtail.com/wagtail-for-beginners/
Used in this video: Wagtail 2.4, Python 3.7, Django 2.1.5 #Wagtail #Django #Python
Comments