Skip to main content

Adds Mautic Marketing Automation into a Wagtail site with a few simple template tags

Project description

wagtail-mautic

Adds Mautic Marketing Automation into a Wagtail site with a few simple template tags

Installation

Install using pip

pip install wagtail-mautic

Now add the application wagtail_mautic to your Django applications. In your base.py settings file:

    INSTALLED_APPS = [
        ...
        "wagtail.contrib.settings",
        "wagtail_mautic",
        ...
        ]

Add the site settings to your context processors:

    'OPTIONS': {
        'context_processors': [
            ...

            'wagtail.contrib.settings.context_processors.settings',
        ]
    }

Migrate your models:

python manage.py migrate

Add your Mautic setup information

When you spin up your Wagtail app, you should now see a new Mautic settings in the Wagtail admin screen.

Navigation in Wagtail admin

Add in the URL for your Mautic instance (including the https://) to the Mautic Url field.

Mautic settings

Add Mautic page tracking

The template tag {% mautic_tracker %} can be added to any page and this will add in the Mautic tracking code. The tag will only add text when the Mautic URL has been added in the settings.

To install site-wide add this to your base.html template or similar.

Recommended placement is to add the tracking code as the last item in the <body> ... </body> tag section.

Add Mautic prefetch tags

For faster loading of pages, the Mautic site can be set up with a pre-fetch <link> in the header. To add this to your site, add the {% mautic_prefetch %} tag within the <head></head> of your templates.

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_mautic-0.2.1.tar.gz (210.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wagtail_mautic-0.2.1-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file wagtail_mautic-0.2.1.tar.gz.

File metadata

  • Download URL: wagtail_mautic-0.2.1.tar.gz
  • Upload date:
  • Size: 210.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.24.0

File hashes

Hashes for wagtail_mautic-0.2.1.tar.gz
Algorithm Hash digest
SHA256 924cbef77ea014e37c636663a07148c9adf86e261b970fe4a60f83d65bb1c005
MD5 581f5a46ae9b04cea129ab6c1a2af13c
BLAKE2b-256 e05958a1d4ff09102e7ec913916267a337d0a93c9ee7e0dd2f08317a029b4beb

See more details on using hashes here.

File details

Details for the file wagtail_mautic-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for wagtail_mautic-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8b3406d82cc735fa1056008a5fa014ded94538ddb5dfd68bc87053a6603a1f92
MD5 5da031f59c47b1db5bd84fa9ff8f579d
BLAKE2b-256 069d5a1b7460f4490fcff3e2aa0a5ad562499c4a482708f988d6fc8fe93e3d60

See more details on using hashes here.

Supported by

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