Metadata-Version: 1.0
Name: django-stackato
Version: 0.9
Summary: Django Stackato Extensions -- non-interactive createsuperuser
Home-page: http://github.com/ActiveState/django-stackato
Author: Sridhar Ratnakumar
Author-email: sridharr@activestate.com
License: MIT
Description: Django Stackato Extensions
        ==========================
        
        *Experimental package*
        
        Extra commands for improved Django support in ActiveState Stackato. For the
        moment, this just includes a ``createsuperuser2`` command that accepts password
        from the command-line, so ``stackato run`` can be used non-interactively to set
        the admin password.
        
        Getting Started
        ---------------
        
        Add ``django-stackato`` to your ``requirements.txt`` and then add ``django_stackato`` to INSTALLED_APPS of settings.py. Then run::
        
            python manage.py createsuperuser --username=admin --email=admin@example.com --noinput
            python manage.py changepassword2 admin secret123
        
        
        
        
        
        Changes
        =======
        
        0.9
        ----
        
        *Release date: 27-05-2011*
        
        - Initial release
        
        
Keywords: stackato django activestate
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
