An opinionated Wagtail setup bundled as a Divio Cloud Addon.
This package will auto configure Django, including admin and some other basic packages. It also handles sane configuration of the database connection and static and media files.
The goal is to keep the footprint inside the Django website project as small
as possible, so updating things usually just means bumping a version in
requirements.txt
and no other changes in the project.
This addon still uses the legacy "Aldryn" naming. You can read more about this in our support section.
This is a an open-source project. We'll be delighted to receive your feedback in the form of issues and pull requests. Before submitting your pull request, please review our contribution guidelines.
We're grateful to all contributors who have helped create and maintain this package. Contributors are listed at the contributors section.
See REQUIREMENTS
in the setup.py
file for additional dependencies:
Nothing to do. aldryn-wagtail
is part of the Divio Cloud platform.
Have a look at our support article on how to get started.
- You can configure the
WAGTAIL SITENAME
in the addons configuration on Divio Cloud. - Media and static paths are automatically configured through Aldryn Django.
Divio does not offer support for Wagtail itself. Please check out wagtail.io for help.
You can run tests by executing:
virtualenv env source env/bin/activate pip install -r tests/requirements.txt python setup.py test