django(六)小結

models.py程序 #_*_ coding:utf-8 _*_ from __future__ import unicode_literals from django.db import models # Create your models here. class UserMessage(models.Model): name = models.CharField(max_leng
相關文章
相關標籤/搜索