Wagtail for Beginners
2022-08-08
- https://learnwagtail.com/wagtail-for-beginners/using-django-models-wagtails-modeladmin/
- https://learnwagtail.com/wagtail-for-beginners/custom-streamfield-block-logic/ Value classes. Are they necessary or can I just add properties to the model?
- https://learnwagtail.com/wagtail-for-beginners/table-streamfield-block/
- https://learnwagtail.com/wagtail-for-beginners/limiting-pages/
parent_page_types = ["appname.ModelName", ...]
subpage_types = ["appname.ModelName", ...]
max_count = 1