Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 978 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 978 Bytes

Simple Django Project for Dynamic data Filtering Using Views.py function

An example of Django project with basic user functionality.

Screenshots

| Main Page

| Filter > 60

Filter py Students - j students
| |

Functionality

  • Add Student Data
  • Filter student data > % key
  • filter usnig skill | skill title

Installing

Install dependencies

pip freeze > requirements. txt

A development server

Just run this command:

python source/manage.py runserver

For any such queries ask @b2 :)