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

Ways To Create Reusable Sets Of Fields In Wagtail?

I'm evaluating Wagtail to see if I can find a place for it along side Wordpress and Drupal in m… Read more Ways To Create Reusable Sets Of Fields In Wagtail?

Trouble With Carousel Images In Wagtail

I'm relatively new to Django and a complete beginner in Wagtail. The website I am building o… Read more Trouble With Carousel Images In Wagtail

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