AI出头,写django有关后端项目

创建django项目

rye run django-admin startproject myproject

自动提交

git add .;git commit -m "auto commit";git push