django-postgres-product 1.0.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangopostgresproduct 1.0.2

django-postgres-product
Adds a product aggregation function to a postgres database and makes it available with django
Usage
Add the app to your list of installed apps
INSTALLED_APPS = [
...,
'postgres_product',
...
]

Import the product aggregation function
from postgres_product import Product

Use the aggregation as described in the Django Documentation
Roadmap

create python packaging

License

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

Customer Reviews

There are no reviews.