Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.08 KB

django-datatables-server-side

Python Django Datatables Server-side processing mode bootstrap 5.1.3 responsive.

The project uses jQuery & Bootstrap library from DataTables.net redering the data from database or json file no matter how much data you have.

Note:

All data are randomly generated from https://www.mockaroo.com/

Features:

  • Pagination
  • Column ordering
  • Global generic search
  • and more ...

Installation & testing

1- Download the project and unzip the files

2- Create Virtual envirement & activate

python3 -m venv enva
enva\Scripts\activate

3- install requirements

pip install -r requirements.txt

Database already included Username & Password admin

Testing the table with data from databese

http://127.0.0.1:8000

Testing the table with data from JSON file

http://127.0.0.1:8000/file/

Backend:

Django 4.0.5, it should works on < 4.0.5

Python 3.9