Hi folks,
I'm using SQL Server 2005 with Django, I'm wondering if anyone has ever attempted to create an admin panel for SQL using Django.
Would be quite useful to have!
Hi folks,
I'm using SQL Server 2005 with Django, I'm wondering if anyone has ever attempted to create an admin panel for SQL using Django.
Would be quite useful to have!
You can ./manage.py inspectdb from the console and it automatically generates model files. You may then add the admin files to present the data how you want it.