Django Dynamic Data Tables - Open-Source PyPi Library | AppSeed

preview_player
Показать описание
This material explains how to install an open-source Django library and enable a data table UI on top of any model in your project.

Video Transcript:

✅ Create a Django project
✅ Create a new app
✅ Define a new model
✅ Install the "django-dynamic-datatb" library
✅ Configure the project
✅ Access the UI

Thanks for watching! For more resources and support:

#programming #opensource #appseed #fullstack #django
Рекомендации по теме
Комментарии
Автор

I love this library! Thank you for the work.

I would like to share a feedback for further improvement:
* Allow for "default" fields that need to be shown in the list view. In my situation, not all fields are required to be shown in the list view, only when the detailed view is clicked they should be shown;
* Make default filters to be set - Similarly to the above one, default filters will be very useful, accomplishing the same thing as not showing not needed data;
* Unnecessary JS - There are a couple of places where JS is used to load data as well as certain fields. This makes it a bit more complex to read/understand than feeding the data in the actual Python template. e.g. The heading for the model name on the top of the page is configured with JS, but it's provided in the context of the view anyways, so a simple {{model_name}} will accomplish the same thing.

sandevvv
Автор

How could a pivot view be modelled with SQL-Workbench, based on data stored in different mySQL tables?

kisho
Автор

seems to be outdated - ERROR: No matching distribution found for django-dynamic-datab

svenandreas
Автор

sir how to display in html page this dynamic table

ITVASANTHKUMARM
Автор

Good tutorial, but too many

thank u!

NaisDeis
Автор

is it integrated with any database ? if so in which file it has been integrated, i need to integrate with oracle database how can i do it ?

mzoukxu
visit shbcf.ru