[Django]-Django makemigrations raise error after remove a function in models.py

3👍

It’s because of migration file. To resolve you can change upload path to string in migrations file that contains bar field initial create. Change migrations field upload_to path.

Leave a comment