Skip to main content

A collection of tools one might use to make wagtail even better

Project description

Extras for wagtail

This app will add some necessities to wagtail:

Install

pip install wagtail-extras

Add wagtailextras to your installed apps:

INSTALLED_APPS = [
    ...
    'wagtailextras',
    ...
]

For setup of individual parts, please continue below.

ObfuscateEmailAddressMiddleware

Transforms emailaddresses to decimal/hexadecimal unicode character entities to foil bots trying to harvest emailaddress

Setup

Add the following to the middleware:

MIDDLEWARE = [
    ...
    'wagtailextras.middleware.ObfuscateEmailAddressMiddleware',
    ...
]

ForceCsrfCookieMiddleware

Forces Django to create an CSRF token for you when you for example are using JavaScript forms.

Setup

Add the following to the middleware:

MIDDLEWARE = [
    ...
    'wagtailextras.middleware.ForceCsrfCookieMiddleware',
    ...
]

Breadcrumbs

Returns an ordered list in the template, showing the current location.

Usage

Load the template tag:

{% load wagtailextras_tags %}

Write out the breadcrumbs in the html:

{% breadcrumbs %}

Main menu

A simple implementation showing the pagestructure of wagtail as a menu.

Usage

Load the template tag:

{% load wagtailextras_tags %}

Write out the menu in the html:

{% get_site_root as site_root %}
{% main_menu parent=site_root calling_page=self %}

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-extras-0.2.4.tar.gz (3.7 kB view details)

Uploaded Source

File details

Details for the file wagtail-extras-0.2.4.tar.gz.

File metadata

  • Download URL: wagtail-extras-0.2.4.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.15

File hashes

Hashes for wagtail-extras-0.2.4.tar.gz
Algorithm Hash digest
SHA256 d697ba3450b0a7dde06dd654bbfc06156fab106f5191b81052bb49180accb6e3
MD5 0515c6098e3a533a3e23ed8ca92b1954
BLAKE2b-256 2c14c19cd6985e29bf148656c4205d0a4ea74914902bb4b7fb4b71828cbde3a5

See more details on using hashes here.

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