Python Django, using external MSSQL database
I’m trying to make a django website that connects to an external MSSQL database to retrieve information only (read-only). This database is huge with hundreds of tables.
I’m trying to make a django website that connects to an external MSSQL database to retrieve information only (read-only). This database is huge with hundreds of tables.