Hi everyone,
Our website uses a PHP front-end and a PostgreSQL database. We don't have back-end at the moment except a phpPgAdmin. The database admin has to type data into phpPgAmin manually, which is error-prone and tedious. We want to use Django to build a back-end.
The database has few dozens of tables already there. Is it possible to import the database schema into Django and create Models automatically?
Many thanks