Metadata-Version: 1.1
Name: lt.django.company
Version: 1.0b1
Summary: A Django CMS model for managing company/contact lists
Home-page: http://ltwebdev.com
Author: Benjamin Liles
Author-email: ben@ltwebdev.com
License: MIT
Description: 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.
        
        Changelog
        =========
        
        1.0 (xxxx-xx-xx)
        ----------------
        
        * Initial release
        
        
         Copyright (c) 2010 LT Web Development, LLC
        
         Permission is hereby granted, free of charge, to any person
         obtaining a copy of this software and associated documentation
         files (the "Software"), to deal in the Software without
         restriction, including without limitation the rights to use,
         copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the
         Software is furnished to do so, subject to the following
         conditions:
        
         The above copyright notice and this permission notice shall be
         included in all copies or substantial portions of the Software.
        
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
         EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
         OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
         NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
         HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
         WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
         FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
         OTHER DEALINGS IN THE SOFTWARE.
Keywords: django cms plugin links company contacts
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
