wagtail-theme-manager

An application made for the Django Web Framework.


License
GPL-3.0-only
Install
pip install wagtail-theme-manager==1.0.2

Documentation

wagtail_themes

...

Quick start

  1. Add 'wagtail_themes' to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
    ...,
    'wagtail_themes',
    ]
    
  2. ...