This project is to add elements and filter based on the form elements. It is based over django and its related libraries such as django-filter.
Steps to run the project:
- git clone https://github.com/abhishekzgithub/djangoFilterApp.git
- cd djangoFilterApp
- Make sure you have "pipenv" library installed. Then apply, "pipenv install". This will install all the dependencies in a virtual environment.
- Apply "python manage.py makemigrations && python manage.py migrate".
- Apply "python manage.py runserver"
- Please goto "127.0.0.1:8000" on your web browser.
- Add some elements based over the instruction.
- After adding , you will be redirected to the next page where you may filter the details.