LoginSignup
0
0

More than 3 years have passed since last update.

Python実装中に開発環境でよく使うコマンド

Posted at

自分用メモですが。。。随時追加予定。

前提

プロジェクトルートに移動した状態で使う。

venv起動/停止

venv\script\activate
venv\script\deactivate

サーバー起動

python manage.py runserver --setting={prj_name}.local_settings.py

proxy認証

set HTTP_PROXY=http://{id}:{password}@{host}:{port}
set HTTPS_PROXY=http://{id}:{password}@{host}:{port}

0
0
1

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