Demo project

The demo/ folder holds a demo project to illustrate django-generic-filters usage.

Browse demo code online

See `demo folder in project’s repository`_.

Deploy the demo

System requirements:

  • `Python`_ version 2.6 or 2.7, available as python command.

    Note

    You may use `Virtualenv`_ to make sure the active python is the right one.

  • make and wget to use the provided Makefile.

Execute:

git clone git@github.com:novapost/django-generic-filters.git
cd django-generic-filters/
python setup.py develop
cd demo/
python setup.py develop

Browse and use demo/demoproject/ as a sandbox.