Django create a Datatable using MSSQL

381 Views Asked by At

Hello I am new to using Django and would like to create a datatable with data that is stored in a database of an MSSQL server. I have managed to connect Django via django_mssql but I do not know how to access a table since there are many in the database. Thanks for your help.

1

There are 1 best solutions below

0
On

first configure your db in Django setting and then read this docfile https://docs.djangoproject.com/en/1.11/howto/legacy-databases/