python3.9 manage.py runserver 报错问题解决

报错信息如下

You have 13 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.

python manage.py migrate 即可解决

posted @ 2021-08-08 21:46  popopop  阅读(580)  评论(0)    收藏  举报