Slide 16
Slide 16 text
Copyright © 2022, Oracle and/or its affiliates
16
サーバーの起動
開発用サーバー
Django – Getting Started
Djangoプロジェクトの起動
$ django-admin startproject mysite #IP:portはオプション
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.
November 28, 2022 - 06:45:21
Django version 3.2.16, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.