Skip to content

Python Django Datatables Server-side bootstrap 5.1.3 responsive, from JSON file and database.

License

Notifications You must be signed in to change notification settings

residentcode/django-datatables-server-side

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python Django Datatables Server-side bootstrap 5.1.3 responsive, from JSON file and database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published