Wagtail CMS: Registering Snippets using Django Models

Опубликовано: 28 Сентябрь 2024
на канале: Coding For Everybody
9,983
173

Snippets are Wagtails way of re-using existing data and storing little chunks of re-usable data. For example, being able to select a Blog Author (or multiple authors) instead of having to add a name, image and website for every blog author in every blog post you make; instead you can simply fill out a form once, and re-use the final data with a couple of clicks.

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