In blog/api/models.py , create a Post model that inherits from Django's Model class, and define its fields: from django.db import models ...
確定! 回上一頁