Skip to content

A demonstration of using datatables.js with a django-filter backend

Notifications You must be signed in to change notification settings

eclipseconsulting/django_filter_datatables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_filter_datatables

A simple project that demonstrates how datatables.js can be used with django-filter

Setup

  1. Pull down the repo
  2. create a .env file
    SECRET_KEY='Something'
  3. pip install -r requirements.txt
  4. manage.py migrate
  5. manage.py createsuperuser
  6. run manage.py add_test_data
  7. manage.py runserver

look at the following to see how it works

static/js/util.js
apps/customers/views.py
apps/utils/views.py

About

A demonstration of using datatables.js with a django-filter backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published