Create a new Django project using Python manage When the PY runserver command runs, you will be prompted
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. error
The last line of information prompts you to run Python manage.Py migrate
to apply them
Solution: Ctrl + C to end the service, execute the command Python manage.py migrate
Similar Posts:
- [Solved] DjangoORM Run python manage.py makemigrations Error: no changes detected
- [Solved] Django Error: – no such table: main.auth_user__old
- [Solved] django.db.utils.ProgrammingError: (1146, u”Table” xxx doesn’t exist”)
- [Solved] Djiango Create Migrations Error: query = query.decode(errors=’replace’) AttributeError: ‘str’ object has no attribute ‘decode’
- Django exception-ImportError: No module named django.core.management
- [Django] python manage.py syncdb Unknown command: ‘syncdb’
- [Solved] openstack Missing value auth-url required for auth plugin password
- Python2.7 Error: command not found: django-admin.py [How to Solve]
- Missing value auth-url required for auth plugin password [Solved]
- How to Solve Error: [Errno 11001] getaddrinfo failed