Skip to content

awmath/django-postgres-product

Repository files navigation

GitHub version PyPI version

CI/CD Workflow CodeFactor codecov

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

About

Adds a product aggregation function to a postgres database and makes it available with django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages