Using external SQL Server database in Django
I’m trying to make a Django website that connects to an external SQL Server database to retrieve information only (read-only). This database is huge with hundreds of tables.
Using external SQL Server database I’m Django
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.