Django 1.8: Migrations not detected after deleting migrations folder
I accidentally deleted the migrations folder and now python manage.py makemigrations does not detect the changes in my models. What do I do?
I accidentally deleted the migrations folder and now python manage.py makemigrations does not detect the changes in my models. What do I do?