Django 管理入口

快速访问本地 Django 管理界面

进入 Admin 管理界面 访问网站首页

确保 Django 服务器已运行在 localhost:8000

使用 python manage.py runserver 启动服务器