I've working in a Django project for my office, I've spent several months on it. One of the requierements is define a role with admin privileges, and add some users to that role. This users(two at least ...
Grappelly, a fresh admin interface for Django
DataTables and Django: Finally with Ajax!
Django and DataTables with Ajax: my nemesis during the last week. But after several attempts and burned my eyes in StackOverflow and Django Documentation I finally reach the solution. How I solved it? Just reading carefully the json outputted and ...