Skip to main content

postgres db editor for juntagrico

Project description

juntagrico-pg

juntagrico-ci Maintainability Test Coverage image image image image image image image

postgres db editor for juntagrico.

This is an extension for juntagrico. You can find more information about juntagrico here (https://github.com/juntagrico/juntagrico)

Installation

Install juntagrico-pg via pip

$ pip install juntagrico-pg

or add it in your projects requirements.txt

In settings.py add 'juntagrico_pg', before juntagrico.

INSTALLED_APPS = [
    ...
    'juntagrico_pg',
    'juntagrico',
]

In your urls.py you also need to extend the pattern:

urlpatterns = [
    ...
    path('', include('juntagrico_pg.urls')),
]

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

juntagrico_pg-1.6.1.tar.gz (11.8 kB view hashes)

Uploaded Source

Built Distribution

juntagrico_pg-1.6.1-py3-none-any.whl (12.1 kB view hashes)

Uploaded 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