Django - BBS 項目學習 - 表結構設計

from django.db import models # Create your models here. from django.contrib.auth.models import AbstractUser ''' bbs表結構總結: - DateTimeField - auto_now_add = True :當記錄創建時自動添加當前時間 - FileField -
相關文章
相關標籤/搜索