Dockerizing Wagtail App
Learn how to use Docker Compose to containerize your Wagtail app with Postgres for efficient development and deployment.
Practical guides for building production SaaS products with Django, Next.js, React and AI.
Learn how to use Docker Compose to containerize your Wagtail app with Postgres for efficient development and deployment.
Learn how to add blog, category, and tag models to Wagtail and connect them for flexible content management.
Learn how to write Wagtail page templates, use Django template syntax, and debug with PDB for efficient development.
Learn how to build Wagtail page templates with Tailwind CSS, Django template inheritance, and custom template tags for flexible layouts.
Learn how to use Wagtail StreamField to build flexible, rich content structures and display them with Tailwind CSS typography.
Learn how to create Routable Pages in Wagtail to handle custom URLs for categories and tags, enabling flexible blog navigation.
Learn how to add a pagination component to Wagtail using Django Paginator and custom template tags for better navigation.
Learn how to customize Wagtail page URLs with date and slug, add canonical links for SEO, and optimize with Django cached properties.
Learn how to add full text search to Wagtail, display search keywords, and filter posts by category, tag, or date for better content discovery.
Learn how to add Markdown support to Wagtail, enable rich content editing, and highlight code blocks with Highlight.js.