The title is strange but I don't care The location of virtualenv is strange but I don't care
Things necessary | version |
---|---|
OS | Windows10 |
python | python-2.7.12 |
pycharm | pycharm-community-2016.2.3 |
Download the python installer from https://www.python.org/downloads/.
This time this version https://www.python.org/ftp/python/2.7.12/python-2.7.12.msi
PyCharm :: Download Latest Version of PyCharm https://www.jetbrains.com/pycharm/download/#section=windows Download and install the "Community" version (free of charge) from.
In Shell path
Enter "cmd.exe "/ k" "C: \ Users \ <logon user name> \ untitled \ Scripts \ activate.bat" "
> django-admin startproject mysite
>cd site
>python manage.py runserver
See below for more
Creating your first Django app, part 1| Django documentation | Django https://docs.djangoproject.com/ja/1.10/intro/tutorial01/
How to add a package with PyCharm-Qiita http://qiita.com/yamaAtsu/items/34e2a04408695365d586
How to pass the path to the library built with pyenv and virtualenv in PyCharm --Qiita http://qiita.com/m2t9/items/11aea3d8e6ebbeef88c9
How to make Python Interpreter changes in Pycharm-Qiita http://qiita.com/r-tamura/items/e3441054279def096eee
Install Python on Windows + pip + virtualenv --Qiita http://qiita.com/zkangaroo/items/4bb48b405e1651f2e273
Django documentation| Django documentation | Django https://docs.djangoproject.com/ja/1.10/
I want to start Terminal in a state where it is automatically activated in virtualenv with Pycharm (Windows) --Something like a note http://zenmaibane.hatenablog.com/entry/2016/09/26/174514
Find out which version of Python or Django you're using --Django Tips http://www.gesource.jp/programming/python/django/004.html
The strongest Python integrated development environment PyCharm --Qiita http://qiita.com/yamionp/items/f88d50da8d6b548fc44c
Recommended Posts