from django.db import modelsclass Blog(models.Model): name = models.CharField(max_length=100) ...
確定! 回上一頁