python3 manage.py collectstatic# 1. 创建更改的文件python3 manage.py makemigrations# 2. 将生成的py文件应用到数据库python3 manage.py migrate