一、问题描述
执行命令python3 manage.py makemigrations App 提示: No changes detected in app 'App'
二、问题出现原因
没有在modles中创建数据库模型
三、在App下的models.py中创建自己的数据模型