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.
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',
]
To use the pgcli
command with your project, call the dbshell
command.
./manage.py dbshell
Version | Tag | Published |
---|---|---|
1.0.1 | 2yrs ago | |
0.0.3 | 4yrs ago | |
0.0.2 | 7yrs ago | |
0.0.1 | 7yrs ago |