I ran the web server on django by referring to the page below.
https://djangogirlsjapan.gitbooks.io/workshop_tutorialjp/django_installation/
https://djangogirlsjapan.gitbooks.io/workshop_tutorialjp/django_start_project/
However, I don't know how to stop the server and run it again.
(It is written at the end of the second URL.)
Professor, please.
Stop at Ctrl+c.After starting Django, the standard output will show how to stop. Quit the server with CONTROL-C.
.
$python manage.py runserver
Performing system checks...
System check identified issues (0 silenced).
May 30, 2018 - 18:09:26
Djangover version 2.0.4, using settings 'config.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
© 2024 OneMinuteCode. All rights reserved.