当前位置: 代码迷 >> 综合 >> tango with django(release 2) 笔记—退出 python manage.py runserver
  详细解决方案

tango with django(release 2) 笔记—退出 python manage.py runserver

热度:46   发布时间:2024-03-07 06:09:15.0

windows 系统中为 CTRL + C

mac 的终端里为control+z

$ python manage.py runserver
Watching for file changes with StatReloader
Performing system checks...System check identified no issues (0 silenced).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.
October 22, 2020 - 06:01:00
Django version 3.1.2, using settings 'tango_with_django_project.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
  相关解决方案