the eldarion.com blog app intended to be suitable for site-level company and project blogs
Install the development version:
pip install biblion
Add biblion to your INSTALLED_APPS setting:
INSTALLED_APPS = ( # ... "biblion", # ... )