Wagtail CMS: Registering Snippets (Blog Category) using Checkboxes

Опубликовано: 07 Октябрь 2024
на канале: Coding For Everybody
7,234
117

In this tutorial we'll be learning how to register another Wagtail Snippet, but instead of using an Orderable and a SnippetChooserPanell (like the previous lesson) we're going to use a ParentalManyToManyField and a form widget to create Checkboxes in the Wagtail Admin.

Tutorial: https://learnwagtail.com/tutorials/re...

Git Commit: https://github.com/CodingForEverybody...

Learn Wagtail from scratch with the official Wagtail for Beginners Course
https://learnwagtail.com/wagtail-for-...

Used in this video: Wagtail 2.4, Python 3.7, Django 2.1.5 #Wagtail #Django #Python