I made a spelling error in my model and now one of my columns is misspelled. I\'d like to drop all tables in the database, fix the error in the model.py, and recreate the da
db.sqlite3) in your django project folder (or wherever you placed it)__init__.py file from migration folder in all django apps (eg: rm */migrations/0*.py)models.py).python manage.py makemigrations or python3 manage.py makemigrationspython manage.py migrate.That's all.
If your changes to the models are not detected by makemigrations command, please check this answer