Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 404 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 404 Bytes

Django Filter Example

Example used in the blog post How to Filter QuerySets Dynamically

Running Locally

git clone https://github.com/sibtc/repository-name.git
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver