创建一个appterminal里执行命令python manage.py startapp app名称注册settings配置 INSTALLED_APPS = [ 'app01', 'app01.apps.App01Config' # 推荐写法 ]