how to implement Northwind in Django
问题 I am trying to implement Northwind database model in MySQL using Django-admin for displaying data. Does someone know how to do it "clean" way from original model? Is there any functional implementation to download (models, admin)? 回答1: Totally untried procedure follows. Not sure what you mean by 'clean'. Here's a few things on the internet that might help: Step 1 - export from Access to MySQL: http://www.geeksengine.com/article/export-access-to-mysql-4.html Step 2 - point django at the