Skip to content

You spend way too much time typing "python manage.py"

Notifications You must be signed in to change notification settings

Moco/django-shortcuts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django shortcuts

About

You spend way too much time typing python manage.py [...].

Usage

$ python manage.py runserver
$ django runserver
$ django r

$ python manage.py shell
$ django shell
$ django s

$ cd any/project/subdirectory
$ django s

$ django t

Shortcuts

* python manage.py runserver -> django r
* python manage.py shell -> django s
* python manage.py dbshell -> django d
* python manage.py syncdb -> django sd
* python manage.py schemamigration [...] -> django sm [...]
* python.manage.py migrate [...] -> django m [...]
* python.manage.py test [...] -> django t [...]

Installation

$ pip install django-shortcuts

About

You spend way too much time typing "python manage.py"

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%