On Thu, 28 May 2020, Buddy Peacock wrote:
I'm not sure what you mean by models? Am I missing something in my environment perhaps?
The model (or models if you prefer) define the sqlalchemy classes that reflect the structure and content of the postgrep table(s). I put all classes (for all database tables) in a single module, model.py. This assumes, of course, that you have defined the postgres database schema. Regards, Rich -- https://mail.python.org/mailman/listinfo/python-list