/django-pgcli

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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