1👍
You have to:
python3 manage.py makemigrations
And then:
python3 manage.py migrate
Then you can safely start the server again
Hope this helps
Source:stackexchange.com
1👍
You have to:
python3 manage.py makemigrations
And then:
python3 manage.py migrate
Then you can safely start the server again
Hope this helps