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 django, 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 -- 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/a923c993-d03e-42cd-904f-3eabe811429b%40googlegroups.com.

