Skip to main content

A Wagtail plugin to add support for glossary terms entity to Draftail

Project description

Wagtail Terms

A Wagtail plugin to add support for a glossary terms entity to Draftail

Installation

pip install wagtailterms

add wagtailterms to your INSTALLED_APPS in your Django settings file. make sure you have rest_framework in your installed apps as well.

Add wagtailterms.urls to your urlpatterns in your Django urls file. the url should look like this:

    path('api/terms/', include('wagtailterms.urls')),

NOTE

The url path can be anything you want. This is the url that will be used to access the terms on the frontend


run python manage.py migrate to create the database tables.

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

wagtailterms-0.1.0.tar.gz (27.1 kB view hashes)

Uploaded Source

Built Distribution

wagtailterms-0.1.0-py3-none-any.whl (29.2 kB view hashes)

Uploaded 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