Generate web pages using Flask or Django from the tables

Asked

Viewed 48 times

0

I have a schema in a Mysql database. I want to generate the web pages from the tables of this schema. Is there any generator of this in python?

A few years ago I was generating a "system" like this using Netbeans, in which I created the connection and from the connection I generated the entity classes and the entities generated the Jpas. With Jpas generated JSF interfaces with primefaces.

But I wanted something simpler and more direct.

Thank you.

  • 1

    Got a little confused your question... do you want to generate the pages from the schema in the bank? Without such a modeling in the application? Then I would have to read the database metadata, pull the tables, data types and do some processing. The way you want I’m finding it strange. Perhaps the question is not well explained.

  • Would that be... read the schema metadata and generate the crud.

  • there is the Flask Table

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.