Не удается выйти из сервера django на ПК с ОС windows
Я установил Django всего 10 минут назад на свой компьютер с Windows 11 и пробовал эту команду из учебника в виртуальной среде, которую я создал с помощью anaconda
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.
June 03, 2024 - 16:21:24
Django version 4.2.13, using settings 'chaiaurDjango.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
теперь на моей клавиатуре нет клавиши break и я пробую и ctrl+c и ctrl+z но сервер не выходит, и командная строка не принимает никаких вводов она просто застряла там все что я ввожу не отображается в командной строке, Как мне выйти из сервера
A robust way to end the process is with the Task manager [wiki], you can open this by hitting Ctrl + Alt + Delete, search the process that is running the Django server, and kill the task.
But this is of course cumbersome to do thi each time. Most systems allow to remap keys [Microsoft-learning-center]: use a different key that you map to Break, or use an (external) keyboard with a Break key.