In the setup task after Pull Commands , i am facing error on runing this command for backend server python3 manage.py runserver 0.0.0.0:8081
.
It throws error
You have 17 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.
Please help .