LoginSignup
0
1

More than 3 years have passed since last update.

Windowsでの快適なDjango開発環境構築

Posted at

Ubuntu 18.04 LTS をインストール

Windows app store wsl Ubuntu18.04 LTS

環境設定

{
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe",
}

Django拡張機能のインストール

VSコードにて

HTML Emmetとの競合を阻止する

環境設定
{"emmet.includeLanguages": {"django-html": "html"}
}

参照:https://github.com/vscode-django/vscode-django/issues/16

0
1
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
1