0

Our .NET MVC 2 app is over-engineered. That data models are solid, but everything else is a mess.

Is there away to "point" Django at our MS SQL Database, and have it generate the basic scaffolding and Admin interfaces from our existing DB structure?

Sean Vieira
  • 155,703
  • 32
  • 311
  • 293
Dave
  • 1

2 Answers2

1

"Integrating Django with a legacy database"

Ignacio Vazquez-Abrams
  • 776,304
  • 153
  • 1,341
  • 1,358
0

Django works with SQL server via ado_mssql. It uses the adodbapi adapter, see link below.

http://adodbapi.sourceforge.net/

Steve
  • 1,201
  • 8
  • 14