postgres_transmeta

https://badge.fury.io/py/django-postgres-transmeta.png https://travis-ci.org/cuerty/django-postgres-transmeta.png?branch=master

Django translation for model content similar to django-transmeta but using PostgreSQL’s hstore.

Documentation

The full documentation is at https://django-postgres-transmeta.readthedocs.org.

Quickstart

Install postgres_transmeta:

pip install django-postgres-transmeta

Then use it in a project:

import postgres_transmeta

Features

  • TODO

Cookiecutter Tools Used in Making This Package

  • cookiecutter
  • cookiecutter-djangopackage