Django
Getting started
Configuration options
- Architecture
Administer
Troubleshooting
Error reported executing django startup command?
Description: You have 18 unapplied migrations. Your project may not run properly until you apply necessary migrations for the following applications: admin, auth, contenttypes, sessions. Run "python manage.py migrate" to apply these migrations.
Reason: unknown
Solution: Run the following command before starting the project
python manage.py migrate