Giter Site home page Giter Site logo

django-hstore-flattenfields's Introduction

Django-hstore-flattenfields


Django-hstore-flattenfields is an alternative for who want to have a Dynamic Scheme in Django without rely on a NoSQL database. Django-hstore-flattenfields add "dynamic fields" in Django Models, using the Hstore extension built in the PostgreSQL v9.1+. This way you can quickly add new fields in a Model, with some great features.

Django-hstore-flattenfields is built and used in the Multmeio enterprise.

Status: Downloads

CIBuildStatus Codeship Status for multmeio/django-hstore-flattenfields

Some great features are:

  • ModelForms
  • *.objects.create()
  • Automatic type parsing
  • QuerySet filters (exact, iexact, contains, icontains, startswith, istartswith, endswith, iendswith, in, lt, lte, gt, gte)
  • Aggregations

Install and usage

Installation

Install django-hstore-flattenfields with pip:

$ pip install django-hstore-flattenfields

You're done! django-hstore-flattenfields is ready to use! ;)

Usage and example

For a full example click here.

TODO Add usage information and useful example

Development

Star and follow us!

Fork and clone this repository.

$ git clone [email protected]:<username>/django-hstore-flattenfields.git

Change <username> to your GitHub account.

Cd into django-hstore-flattenfields directory and install it's dependencies:

$ cd django-hstore-flattenfields/
$ pip install -r requirements.txt

Now start pushing! :D

Help

Read our documentation. TODO Add contact/help options

django-hstore-flattenfields's People

Contributors

caitifbrito avatar diegotoral avatar iuridiniz avatar luanfonceca avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.