LoginSignup
0
0

Djangoの仮想環境立ち上げまで

Posted at

Djangoを学習したので忘れないようにメモ

  1. デスクトップに作業用フォルダを作成
  2. cdで作業用フォルダに移動
  3. 仮想環境を作成 python –m venv Sample
  4. コマンドを実行し、venv環境が起動 .\DjangoSample\Scripts\activate
  5. Djangoをインストール pip install django
  6. Sampleプロジェクトを作成 django-admin startproject Sample
  7. cdでSampleに移動し、venv環境が起動している状態で python manage.py runserver
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