Metadata-Version: 1.1
Name: django-djaboto
Version: 0.0.6a2
Summary: A Django app and assorted tools to help create, deploy and manage Django projects on AWS servers
Home-page: https://bitbucket.org/oddotterco/django-djaboto
Author: Odd Otter Co
Author-email: djaboto@oddotter.com
License: BSD
Description: ===========
        django-djaboto
        ===========
        
        A django application with assorted tools to help create and manage Django CMS projects and to then deploy
        them on AWS Ubuntu servers.  Additional OS targets may be added later.
        
        Django-djaboto heavily relies upon the AWS Python module Boto, and really only wraps it in a django command set for consistency.
        
        Dependencies
        ============
        
        - boto>=2.4.1
        - Fabric>=1.4.2
        - Django>=1.4
        
        Changelog
        =========
        0.0.6a2 - Sorted the output of the 'cmsplugins' command
                  Added 'cmsplugins' command to list all installed django-cms plugins
        0.0.5a1 - Added support for initial update to an existing instance with pre-existing sites.
        
Keywords: django,cms,amazon
Platform: Linux
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
