biblion

the eldarion.com blog app intended to be suitable for site-level company and project blogs

Contents

Installation

  • Install the development version:

    pip install biblion
    
  • Add biblion to your INSTALLED_APPS setting:

    INSTALLED_APPS = (
        # ...
        "biblion",
        # ...
    )
    

Dependencies

CHANGELOG

0.1