LoginSignup
0
0

More than 3 years have passed since last update.

はじめてのDjango起動

Posted at

■環境

 windows10
 Pycharm Community 2019.3
 Python3.7

■前提条件

 Djangoプロジェクト、アプリケーション作成していることを前提。以下参照
 ターミナルでDjangoアプリケーション作成まで

■Djangoの起動

プロジェクトのディレクトリに移動して、runserver

C:\python_project\venv_python_dev\Private_Diary_project>python manage.py runserver

ブラウザで http://127.0.0.1:8000/
つながりました!

image.png

ターミナルで、「 CTL+C 」 でWebサーバ停止

以上

 

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0