买了别人做好的HTML网页 原文件没有连接数据库的功能 现在我想添加这项功能 求远程控制
可能是数据库同步问题,先同步数据库试下。
python3 manage.py makemigrations python3 manage.py migrate
具体操作可参考:
参考