Working code for server-side DataTable with Python and PostgreSQL
Working code for server-side DataTable with Python and PostgreSQL
I recently put together a working server-side DataTable using data stored in PostgreSQL and served with Python. Given that the documentation only demonstrates how to work with MySQL and PHP [1], I thought others might find this code useful, so I've put it up at https://gist.github.com/hammer/8542756. Feel free to copy for use in your own projects, and please leave comments if you find errors in the code.
[1] http://datatables.net/release-datatables/examples/data_sources/server_side.html
[1] http://datatables.net/release-datatables/examples/data_sources/server_side.html
This discussion has been closed.