Skip to main content

Full MVC support for wagtail pages

Project description

# Wagtail App Pages

This module provides full MVC support for wagtail pages. Using it, it’s possible to extend routing for a page by using url configs and views. It addresses the same problem solved by wagtail’s own RoutablePageMixin, without breaking clean MVC principles.

Features

  • Add URL endpoints to wagtail pages by simply providing a url config

  • Use regular django views instead of routing methods in the page model

  • Enrich (class based) views and request objects, so views always have access to the parent page

  • Adds a reverse() method to pages, so we can do reverse lookups with respect to the page itself

  • Provides a template tag to reverse urls within the same page (automatically detecting parent page if available)

  • Full url conf support, including django 2.0’s new path() urls

History

0.2.1 (2018-04-10)

  • fix templatetags missing in dist

0.2.0 (2018-03-30)

  • change to beta

0.1.0 (2018-03-15)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wagtail_app_pages-0.2.1.tar.gz (21.1 kB view hashes)

Uploaded Source

Built Distribution

wagtail_app_pages-0.2.1-py2.py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page