Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
属性をCharField上げたいモデルに があります。max_lengthサウスはこの変化に気づいておらず、移行するものは何もないと言っています。これを移行するにはどうすればよいですか?
CharField
max_length
コマンドを発行します (max_lengthコード内の を変更した後):
python manage.py schemamigration <name of the app> --auto python manage.py migrate <name of the app>
それは私のために働いた。それが役に立てば幸い