Skip to main content

Django model filters, stored in json

Project description

Stored filters is django app for storing model filters in database using json representation.

Quick start

  1. Add “stored_filters” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'stored_filters',
    )
  2. Run south command for createing tables in database:

    ./manage.py migrate stored_filters

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-stored-filters-0.1.1.tar.gz (3.6 kB view hashes)

Uploaded Source

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