Skip to content

mbanaouas/django-datatables

This branch is 2 commits ahead of, 7 commits behind ninemoreminutes/django-datatables:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9fd4fd9 · Nov 10, 2013

History

46 Commits
Nov 10, 2013
Nov 16, 2011
Apr 30, 2013
May 2, 2013
Apr 30, 2013
Apr 30, 2013
Mar 21, 2013
Apr 30, 2013
Mar 21, 2013
Apr 30, 2013
Apr 30, 2013
Nov 16, 2011
Mar 21, 2013
May 2, 2013

Repository files navigation

The Django DataTables library provides a reusable Django application to easily
integrate the DataTables jQuery plugin into a project.

It is currently in the design and planning stage.

To get started with the test_project, use the following commands to setup your
test database and run the development server:

    ./manage.py syncdb --migrate
    ./manage.py loaddata fortunecookies
    ./manage.py runserver

Then connect to http://localhost:8044/ to view the sample datatable.

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.6%
  • JavaScript 35.0%
  • CSS 15.7%
  • Shell 3.7%