Skip to content Skip to sidebar Skip to footer
Showing posts with the label Wagtail

Wagtail Modeltranslation Language Switcher Doesn't Work On /search Page

I have added search url to i18n_patterns, but the language switcher doesn't work on that page. … Read more Wagtail Modeltranslation Language Switcher Doesn't Work On /search Page

How To Access Manytooneforeignkey Data Without Making Extra Queries In Wagtail(django)

I have the following two classes in my app.models and i'm using the wagtail APIs to get the dat… Read more How To Access Manytooneforeignkey Data Without Making Extra Queries In Wagtail(django)

How To Add An External Object As A Field Panel In Wagtail CMS

I've a pre-existing Django project where I started a Wagtail-driven app. In the Django project,… Read more How To Add An External Object As A Field Panel In Wagtail CMS

Wagtail Admin ,CheckboxSelectMultiple Not Saving Data

@register_snippet class Numbers(models.Model): number = models.IntegerField() class State(mode… Read more Wagtail Admin ,CheckboxSelectMultiple Not Saving Data

Get Parent Page On Creating New Wagtail Page

I need to change some field default value given a value from the parent page when creating a new pa… Read more Get Parent Page On Creating New Wagtail Page

How To Change Wagtail's Default Language?

I'm using headless Wagtail and want to change the default backend language to Portuguese (pt-pt… Read more How To Change Wagtail's Default Language?