django-dynamic-models icon indicating copy to clipboard operation
django-dynamic-models copied to clipboard

Dynamic Django models allow users to define, edit, and populate their own database schema.

Results 21 django-dynamic-models issues
Sort by recently updated
recently updated
newest added

I have a PostgreSQL database that is not managed by Django. Tables are continuously added to it. You could think of it as a data lake or data warehouse. I'd...