Use this commands, Today (8-jul, 2024) I faced this error, I surfed whole Stackoverflow, I just try ```python(3) manage.py makemigrations --help```, and then I saw ```--skip-checks``` and i just tried, It was amazing, It woked. I was trying to solve this error about 2 hours.
1. ```python(3) manage.py makemigrations --skip-checks```
2. ```python(3) manage.py migration --skip-checks```
3. ```python(3) manage.py runserver```
And you'll see your localhost
The next times you just run the three commands without ```--skip-checks```
I knew one thing that one of the best fixing is docs.
I faced this error, I surfed whole Stackoverflow, I just try ```python(3) manage.py makemigrations --help```, and then I saw ```--skip-checks``` and i just tried, It was amazing, It woked. I was trying to solve this error about 2 hours.
1. ```python(3) manage.py makemigrations --skip-checks```
2. ```python(3) manage.py migration --skip-checks```
3. ```python(3) manage.py runserver```
And you'll see your localhost
The next times you just run the three commands without ```--skip-checks```
I knew one thing that one of the best fixing is docs.