Skip to main content

Database runtime for Django that replaces psql with pgcli.

Project description

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

History

1.0.1 (2020-06-21)

  • Rebuild wheel

1.0.0 (2020-06-20)

  • Upgrades to support Django LTS and above
  • Limits support to Python3

0.0.2 (2015-04-26)

  • Fixed typo in README.rst

0.0.1 (2015-04-25)

  • Initial release.

Project details


Download files

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

Source Distribution

django-pgcli-1.0.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

django_pgcli-1.0.1-py2.py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 2 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