If you get migration message from visual studio code, just stop the server wih CTRL + C from the terminal ( If running)
Then use the code as suggested:
Then you can run your Django server without any warning messages as below:
You have 18 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them
Then use the code as suggested:
Code:
python manage.py migrate
Then you can run your Django server without any warning messages as below: