Ask HN: Using Django with PostgreSQL schemas
https://news.ycombinator.com/item?id=662901I know, I know ... this isn't stack overflow, but that site is too cumbersome to use and I trust the brains on HN ...
I'm trying to wire up Django to a pre-existing Postgres database that makes heavy use of schemas and am not having any luck. Anyone have experience with this? Should I skip Django's ORM and use SQLAlchemy?
Any advice would be appreciated...