Django 运行项目失败问题?

建立新项目,运行

python manage.py runserver

之后报错,内容如下,Django版本2.2.4

Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).

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.

看提示 Run 'python manage.py migrate' to apply them.