Dynamic Services and Vite Support - Django Datta Able

Dynamic Services and Vite Support - Django Datta Able
DataTables Django Dynamic-Programming Programming Vite

Published on: March 01, 2025

Django Datta Able, a popular open-source starter, now provides support for Dynamic APIs, Dynamic DataTables, and Vite Integration for assets management. Here is how the new features work once the sources are downloaded from the product page.

Dynamic DataTables

This feature allows management of any model defined in the product via a powerful server-side data table view, enhanced with search, filters, and CSV export. The steps for enabling a dynamic data table view are listed below:

  • define a new model
  • migrate the database
  • update the configuration and add the new model: DYNAMIC_DATATB Section
  • start the application
  • access the dynamic_dt route and access the information

The demo for the Product model is available here.

Dynamic APIs

The same minimal configuration is used by the Dynamic API module where the model that needs to be exposed via the API needs to be added to the DYNAMIC_API settings variable.

Dynamic API Demo - Products Model

The last feature added to Django Datta is the Vite integration that allows the compilation of CSS/SCSS files using the usual dev and build targets.

$ yarn        # install modules
$ yarn dev    # compilation with HOT reload
$ yarn build  # production build

The production build will provide the minified version of all CSS files.


Conclusion

The starter can be used to build secure APIs and powerful server-side data tables without coding, and optionally Go LIVE on render or any other Cloud provider. For support and more resources, feel free to access:

Recommended Topics

DataTables Django Dynamic-Programming Programming Vite

Stay Updated with the Latest Tech Insights

Get expert tips, tutorials, and the latest updates on Flask, Django, Python, and more—delivered straight to your inbox!

50% Off on All Products

Active Until March 31 – No Stock Limits

Use the coupon code BOOST_2025 during checkout.

Speed Up your digital journey with our affordable subscription

Browse Products or checkout our Subscription Plans

50% Off

on All Products

See related articles

AppSeed goes Open-Source

What's new in this version

Read now

Template-based Code Generation

Generate Software products using Python

Read now