removed table and migration, yet django still asks about it code example
Example: how to create migrations in django
//to create migration files
python manage.py makemigrations
//to migrate migration files
python manage.py migrate
//to create migration files
python manage.py makemigrations
//to migrate migration files
python manage.py migrate