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.
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
Release history Release notifications | RSS feed
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.2.tar.gz
(4.8 kB
view details)
File details
Details for the file django-pgcli-0.0.2.tar.gz.
File metadata
- Download URL: django-pgcli-0.0.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21d1bf24f814a17fd6cbdabeaa8814a81254ea2dd35c51ddaf6ca5859f0f49f5
|
|
| MD5 |
2529fbc93910821d4f9c5f36ffc8394b
|
|
| BLAKE2b-256 |
3a3a57d092078882195467fb3a383b240fc20e80053e4d5c7d334ad9da6ade33
|