2bb9ff50d8b46a41550551179d326f3a0e3c62c6
数据库迁移
python manage.py migrate
创建管理员
python manage.py createsuperuser
启动服务
python manage.py runserver
访问 API 文档
- Swagger UI: http://localhost:8000/api/docs/swagger/
- ReDoc: http://localhost:8000/api/docs/redoc/
- 管理后台: http://localhost:8000/admin/
Description
Languages
Python
100%