Skip to main content

You spend way too much time typing 'python3 manage.py'

Project description

You spend too much time typing python manage.py.

Usage

Django shortcuts installs django, dj, d binaries that proxies Django’s manage.py scripts.

$ django <command or shortcut>

$ cd any/project/subdirectory
$ d <command or shortcut>

Shortcuts

# Django
  'c'  : 'collectstatic',
  'r'  : 'runserver',
  'sp' : 'startproject',
  'sa' : 'startapp',
  't'  : 'test',

  # Shell
  's'  : 'shell',
  'sh' : 'shell',

  # Auth
  'csu': 'createsuperuser',
  'cpw': 'changepassword',

  # Migrations
  'm'  : 'migrate',
  'mg' : 'migrate'
  'mkm' : 'makemigrations',

Installation

$ pip3 install django-shts3

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

django_shts3-1.0-py3.4.egg (3.7 kB view hashes)

Uploaded Source

django_shts3-1.0-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page