from django.conf import settings. from django.db import models. class Photo(models.Model): image = models.ImageField(). caption = models.
確定! 回上一頁