Skip to content

Latest commit

 

History

History
executable file
·
86 lines (56 loc) · 2.64 KB

README.rst

File metadata and controls

executable file
·
86 lines (56 loc) · 2.64 KB

Aldryn Wagtail

build coverage

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.

Contributing

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.

Documentation

See REQUIREMENTS in the setup.py file for additional dependencies:

python wagtail

Installation

Nothing to do. aldryn-wagtail is part of the Divio Cloud platform.

Have a look at our support article on how to get started.

Configuration

  • You can configure the WAGTAIL SITENAME in the addons configuration on Divio Cloud.
  • Media and static paths are automatically configured through Aldryn Django.

Support

Divio does not offer support for Wagtail itself. Please check out wagtail.io for help.

Running Tests

You can run tests by executing:

virtualenv env
source env/bin/activate
pip install -r tests/requirements.txt
python setup.py test