Django Dynamic DataTables

Developer tool built on top of Django.

The tool aims to provide a powerful data table interface using the developer's minimum amount of code For newcomers, Django is a leading backend framework used to code from simple websites and API's to complex eCommerce solutions.
The presentation layer uses Simple-DataTables and Vanilla JS code to render the information.

Specifications & Usage

As mentioned before, the Dynamic DataTables tool aims to enable a powerful data table interface on top of any Django codebase with a minimum effort. Here are the steps:

  • Install the Dynamic DataTables package using PIP
  • Define a new model in the project (an old one can be also used)
  • Execute the database migration to create/update the associated tables
  • Update the configuration to enable the Dynamic DataTable service over the model
  • Start the app
  • Access the Dynamic DataTable UI

For instance, if the new model managed by the Dynamic Data Table Service is called books, the associate API is exposed at /datatb/books/

License

MIT © AppSeed


For more information, please contact support.