A collection of tools one might use to make wagtail even better
Project description
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 ROT13-encoded strings to foil bots trying to harvest emailaddress
Setup
Add the following to the middleware:
MIDDLEWARE = [ ... 'wagtailextras.middleware.ObfuscateEmailAddressMiddleware', ... ]
Project details
Release history Release notifications | RSS feed
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.1.tar.gz
(3.7 kB
view details)
File details
Details for the file wagtail-extras-0.1.tar.gz
.
File metadata
- Download URL: wagtail-extras-0.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2726d69aca2fc811d6e8f23763a358e49c67ad59856956bc3638722da4090e01 |
|
MD5 | e06b0e9976f5da89633fb902ffebe08e |
|
BLAKE2b-256 | 0db9a53ed33dbf063849961b9d528c62afda56da482c4ecde99d87b2e63f6a4e |