- Programming
- django
- wagtail
Wagtail: replicating a database with fixtures
Replicating your development database on your production server isn't as easy as copy-paste. A bug in Wagtail makes it doubly difficult. Here's a step-by-step guide that worked for me.
- django
- wagtail
Coarse Programmers guide to faking new Wagtail rich text entities
How do you create new inline entities in Wagtail's rich text editor if you don't want to learn React?