Hi,
I have an existing PostgreSQL Database
with about 20 tables, using collating sequences, foreign keys,
triggers, and even additional indexes. For that database I want to write
a WEB-frontend to insert, update and delete data in the database. I
don't want to define the data model in python or web2py, but want to
make django/python work on the existing database.
Is that possible? Where to find som helpful hints how to do that?
Best regards
Ulrich