InstallationΒΆ

This project is open-source, published under BSD license. See License for details.

If you want to install a development environment, you should go to Contributing to the project documentation.

Install the package with your favorite Python installer. As an example, with pip:

pip install django-generic-filters

Don’t forget to register your application in your Django INSTALLED_APPS setting.