I'm trying to test Django with a database in Sql Server that already exists.
I have searched for documentation, and everything points to using the Inspectdb
( python mysite/manage.py inspectdb > mysite/myapp/models.py
) command.
This does not work for me, the documentation also mentions the configuration at settings.py
(Engine - Name - User - Password) in the "Databases" section.
Could someone please guide me about it? Any testimony of applications developed in Django against Sql Server?