On Sun, Feb 27, 2022 at 09:10:05AM +0530, Prashanth Patelc wrote: > How to create dynamic models in django rest framework? > Is there any chance to create dynamic models with APIs > > Any examples please send me thanks in advance.. > > 1) Requirement is need create table name and fields in frontend > 2) we are getting the data and store in to the db create db structure > 3) get the table name and fields create table in backend &postgresql store > to > 4)this code don't update or add into the models > 5)store the data into the tables > 4)get the data into the tables using orm or any raw queries
The WQ project uses the Entity-Attribute-Value data model: https://v1.wq.io/1.2/docs/eav-vs-relational -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/20220309235228.GH4556%40fattuba.com.

