Django sqlite3 to mysql DB ... models.py from django.db import models class Test(models.Model): name = models.CharField(max_length=20)
確定! 回上一頁