Skip to main content

Yet another news/blog app for django-cms

Project description

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

Yet another news/blog app for django-cms

Features

  • TODO

Quickstart

  1. Install djangocms-blogitty:

    pip install djangocms-blogitty
  2. Add blogitty to INSTALLED_APPS:

    INSTALLED_APPS = (
        ...
        'blogitty',
        ...
    )
  3. Sync database (requires south>=1.0.1 if you are using Django 1.6.x)::

    python manage.py migrate

Documentation

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

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page