djangocms-blocks

Your project description goes here


Keywords
djangocms-blocks
License
BSD-3-Clause
Install
pip install djangocms-blocks==0.1.0

Documentation

djangocms-blocks

http://img.shields.io/travis/mishbahr/djangocms-blocks.svg?style=flat-square Latest Version Downloads License http://img.shields.io/coveralls/mishbahr/djangocms-blocks.svg?style=flat-square

Your project description goes here

Quickstart

  1. Install djangocms-blocks:

    pip install djangocms-blocks
    
  2. Add djangocms_blocks to INSTALLED_APPS:

    INSTALLED_APPS = (
        ...
        'djangocms_blocks',
        ...
    )
    
  3. Then sync and/or migrate:

    python manage.py syncdb
    python manage.py migrate
    

Features

  • TODO

Documentation

The full documentation is at https://djangocms-blocks.readthedocs.org.