Metadata-Version: 1.0
Name: django-shortcuts
Version: 1.2
Summary: You spend way too much time typing 'python manage.py'
Home-page: http://github.com/jgorset/django-shortcuts
Author: Johannes Gorset
Author-email: jgorset@gmail.com
License: UNKNOWN
Description: Django shortcuts
        ================
        
        You spend too much time typing ``python manage.py``.
        
        Usage
        -----
        
        Django shortcuts installs a ``django`` binary that proxies
        Django's ``manage.py`` and ``django-admin.py`` scripts.
        
        ::
        
            $ django <command or shortcut>
        
            $ cd any/project/subdirectory
            $ django <command or shortcut>
        
        Shortcuts
        ---------
        
        ::
        
            r     ->    runserver
            s     ->    shell
            t     ->    test
            sm    ->    schemamigration
            m     ->    migrate
            sd    ->    syncdb
            d     ->    dbshell
            sp    ->    startproject
        
        Installation
        ------------
        
        ::
        
            $ pip install django-shortcuts
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
