我刚刚开始学习django,当我尝试应用我的迁移时,第一个问题就出现了.我启动服务器,输入
python manage.py migrate
Run Code Online (Sandbox Code Playgroud)
没有任何反应.没有错误,没有崩溃,只是没有回应.
Performing system checks...
System check identified no issues (0 silenced).
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.
May 01, 2017 - 11:36:27
Django version 1.11, using settings 'website.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
python manage.py migrate
Run Code Online (Sandbox Code Playgroud)
这就是我的终端Feed的结束.我想也许只是看起来没有任何反应,但没有.这些变化没有应用,我无法继续进行.关于发生了什么的任何想法?