Files

369 B

数据库迁移

python manage.py migrate

创建管理员

python manage.py createsuperuser

启动服务

python manage.py runserver

访问 API 文档