0

I have an existing Django project, complete with Data on an SQL DB. I am using Django nonrel. I have completed all the process including porting the app and its template to app engine, however I have no idea how to port the My-SQL Data to App Engine. Any ideas on this?

4

1 回答 1

0

您可以尝试将 SQL 数据库导出为 JSON,然后使用manage.py loaddata.

于 2011-08-15T10:08:53.777 回答