omni_blocks

A collection of wagtail block presets.


Keywords
omni-blocks, wagtail, blocks
License
MIT
Install
pip install omni_blocks==0.1.4

Documentation

Omni Blocks

https://travis-ci.org/omni-digital/omni-blocks.svg?branch=master

A useful collection of wagtail blocks.

Quickstart

Install Omni Blocks:

pip install omni_blocks

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'omni_blocks',
    ...
)

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox