使用Django的models建立mysql數據庫

參考連接 http://python.usyiyi.cn/django/intro/tutorial01.html http://djangobook.py3k.cn/2.0/chapter05/#id10 1定義model from django.db import modelshtml class Publisher(models.Model): name = models.CharField
相關文章
相關標籤/搜索