問題是,我的自定義欄位不會顯示在Django管理面板中。 我的models.py: from django.contrib.auth.models import AbstractUser class User(AbstractUser): is_bot_flag ...
確定! 回上一頁