0

I tried makemigrations, migrate, and even many methods stated in stack overflow but nothing is happening. Please tell me the reason why this happens and how can i solve it?

2
  • Can you show your models.py? Commented Jan 22, 2021 at 15:55
  • Can you show your Code ? Commented Jan 23, 2021 at 18:55

1 Answer 1

0

I think this can help you :-

Delete all the migrations in your app except init.py file. AND then again type python manage.py make makemigrations and type python manage.py migrate

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.