juntagrico-pg 1.6.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

juntagricopg 1.6.1

juntagrico-pg










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')),
]

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.