1
Things Wagtail does better than we do
Pomax редактировал(а) эту страницу 2019-08-01 09:32:39 -07:00
This describes some of the things Wagtail can do that we didn't know about at the time we implemented things, and so are good to know about in order for us to improve our code base.
-
Wagtail comes with a convenient tag for adding an "edit this page" button to any page for authenticated users: http://docs.wagtail.io/en/stable/topics/writing_templates.html#wagtail-user-bar
-
For stable site-wide settings, https://docs.wagtail.io/en/stable/reference/contrib/settings.html can be used, rather than putting fields on a "top level" page model and then finding that particular page instance.