Skip to main content

Django Utilities for Postgresql

Project description

https://badge.fury.io/py/django-postgres-utils.svg https://travis-ci.org/tehamalab/django-postgres-utils.svg?branch=master https://codecov.io/gh/tehamalab/django-postgres-utils/branch/master/graph/badge.svg

UtiliUtilities for Django Postgresql

Quickstart

Install Django Postgres Utils:

pip install django-postgres-utils

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_postgres_utils',
    ...
)

Features

  • User friendly Admin widget for django HStoreField; django_postgres_utils.widgets.AdminHStoreWidget

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-09-18)

  • First release on PyPI.

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

django-postgres-utils-0.1.0.tar.gz (14.3 kB view hashes)

Uploaded Source

Built Distribution

django_postgres_utils-0.1.0-py2.py3-none-any.whl (14.9 kB view hashes)

Uploaded Python 2 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