创建超级用户 Django admin

tslam / 2025-02-21 / 原文

运行以下命令来创建一个管理员用户,以便访问 Django admin 界面:

<BASH>
python manage.py createsuperuser