1

I'm trying to run "python manage.py makemigrations" but appears "No changes detected" . I had done changes so I don't know where is the problem. HELP!

serbenar
  • 13
  • 2

3 Answers3

0

Maybe you need a check the directory where is the files .pyc and delete all files enter image description here

user5c
  • 16
  • 1
0

Maybe you forget to save model file

Boma Anjang
  • 132
  • 1
  • 10
0

Sometimes you have to specify the app for which you made the changes. And don't forget to save.

python manage.py makemigrations app-name
python manage.py migrate
Soerendip
  • 7,684
  • 15
  • 61
  • 128