Skip to main content

Database runtime for Django that replaces psql with pgcli.

Project description

===============================
django-pgcli
===============================

.. image:: https://img.shields.io/travis/ashchristopher/django-pgcli.svg
:target: https://travis-ci.org/ashchristopher/django-pgcli

.. image:: https://img.shields.io/pypi/v/django-pgcli.svg
:target: https://pypi.python.org/pypi/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




History
-------

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-0.0.3.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

django_pgcli-0.0.3-py2.py3-none-any.whl (3.4 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