An opinionated Wagtail setup bundled as an Aldryn Addon.
This package will auto configure Wagtail including some extra tools.
We will introduce modifications to the UI that will allow users to install project types (i.e. Wagtail) as easily as django CMS. In the meantime, please do the following:
- Click «Add new Project» on the Control Panel
- Choose «Add a blank new Project»
- Give your project a name, select «Aldryn Blank Boilerplate», make sure to uncheck «Install django CMS» and click «Create Project»
- Go to «Manage Addons» and search for «Aldryn Wagtail» and click «Install for free»
- Define «Wagtail Sitename» and click «Install Aldryn Wagtail»
- Go to «Dashboard» and click «Deploy Test»
- Once deployment is done click «open site»
Important
Please follow the setup instructions for installing
aldryn-addons
and aldryn-django
first!
Add aldryn-wagtail
to your projects requirements.txt
or pip
install it.:
pip install aldryn-wagtail==1.4.3.0
The version is made up of the Wagtail release with an added digit for the release version of this package itself.
If you followed the aldryn-addons
and aldryn-django
installation
instructions, you should already have a ALDRYN_ADDONS
setting. Add
aldryn-wagtail-fork
to it.:
INSTALLED_ADDONS = [ 'aldryn-django', 'aldryn-wagtail-fork', ]
Create the addons/aldryn-wagtail
directory at the same level as your
manage.py
. Then copy addon.json
, aldryn_config.py
from
the matching sourcecode into it.
This is a community project. We love to get any feedback in the form of issues and pull requests.
Divio does not offer support for Wagtail itself. Please check out wagtail.io for help.