Introduction
============

This is a plugin for the `Django CMS <http://www.django-cms.org>`_ application. 
Provided is a simple model for a contact/company to be listed on a page. The built
in ordering of plugins is used to reorder contacts on the administration site.

Installation
============

Install lt.django.company using setuptools easy_install or you can download the 
source and run setup.py install or if you use buildout, simply add 'lt.djano.company'
to your eggs list.

Add 'lt.django.company' to the list of installed applications in your Django settings
and run manage.py syncdb to create the tables. There are no additional media files 
required to use the plugin.

Requirements
------------

* setuptools
* Django >= 1.1.1
* django-cms >= 2.0,<3

South Support
-------------

`South <http://south.aeracode.org/>`_, is supported out of the box. Simply add
it to your installed applications and lt.django.company will work with it.
