快速访问本地 Django 管理界面
确保 Django 服务器已运行在 localhost:8000
localhost:8000
使用 python manage.py runserver 启动服务器
python manage.py runserver