1.可以通過cmd的方式,先得到項目所在路徑,通過python manage.py startapp+app名字。
2 .可以通過項目里面的‘運行manage.py任務‘,直接 在下方命令端startapp front就可以了。