Skip to content

fowum/django-pgcli

 
 

Repository files navigation

django-pgcli

Alternate database runtime for Django that replaces psql with pgcli when calling the Django dbshell management command.

  • Free software: BSD license

Installation

Installation is as simple as:

$ pip install django-pgcli

Add django_pgcli to your INSTALLED_APPS setting.

INSTALLED_APPS = [
..., 'django_pgcli',

]

Usage

Call the dbshell command.

./manage.py dbshell

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 62.1%
  • Makefile 37.9%