Skip to content

chaleyct/django-pgcli

 
 

Repository files navigation

django-pgcli

Build Status PyPI version PyPI - License

Replaces your existing psql cli for Postgres with pgcli which provides enhancements such as auto-completion and syntax highlighting. Visit the pgcli website to learn more about the pgcli client.

Installation

To install the package:

`pip install django-pgcli`

Add django_pgcli to your INSTALLED_APPS setting in your settings.py file.

INSTALLED_APPS = [
    ...,
    'django_pgcli',
    
]

Usage

To use the pgcli command with your project, call the dbshell command.

./manage.py dbshell

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.5%
  • Makefile 36.5%