[PYTHON] Until the start of the django tutorial with pycharm on Windows

The title is strange but I don't care The location of virtualenv is strange but I don't care

environment

Things necessary version
OS Windows10
python python-2.7.12
pycharm pycharm-community-2016.2.3

python installation

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

001.PNG

002.PNG

003.PNG

004.PNG

Install pycharm

PyCharm :: Download Latest Version of PyCharm https://www.jetbrains.com/pycharm/download/#section=windows Download and install the "Community" version (free of charge) from.

005.PNG

006.PNG

007.PNG

008.PNG

009.PNG

Initial setting of pycharm

010.PNG

011.PNG

011_5.PNG

012.PNG

012_5.PNG

013.PNG

014.PNG

Until the beginning of the tutorial

015.PNG

016.PNG

017.PNG

018.PNG

019.PNG

020.PNG

20_5.PNG

20_6.PNG

20_7.PNG

021.PNG

In Shell path Enter "cmd.exe "/ k" "C: \ Users \ <logon user name> \ untitled \ Scripts \ activate.bat" "

022.PNG

023.PNG

024.PNG

025.PNG

026.PNG

027.PNG

> django-admin startproject mysite

028.PNG

>cd site >python manage.py runserver

029.PNG

See below for more

Creating your first Django app, part 1| Django documentation | Django https://docs.djangoproject.com/ja/1.10/intro/tutorial01/

reference

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

Until the start of the django tutorial with pycharm on Windows
Using Docker (Hyper-V) with PyCharm on Windows 10 (as of August 2017)
I studied with Kaggle Start Book on the subject of kaggle [Part 1]
Settings until the Dango project is started on the server with Pycharm
Django + Apache with mod_wsgi on Windows Server 2016
Start Django Tutorial 1
I tried object detection with YOLO v3 (TensorFlow 2.1) on the GPU of windows!
Start today with Django
Install django on python + anaconda and start the server
Specify the project name of docker-compose with Docker integration of Pycharm
Run python with PyCharm (Windows)
Get started with Django! ~ Tutorial ⑤ ~
Let's execute the command on time with the bot of discord
A solution when you can't start project Django on Windows
Get started with Django! ~ Tutorial ④ ~
Django environment development on Windows 10
Getting Started with Django with PyCharm
Django --Overview the tutorial app on Qiita and add features (2)
Use Python on Windows (PyCharm)
Blogging with Pelican on Windows
Get the host name of the host PC with Docker on Linux
A memo that reproduces the slide show (gadget) of Windows 7 on Windows 10.
Read the coordinates of the plot on the graph with Python-matplotlib (super beginner)
The story of not being able to run pygame with pycharm
Get started with the Python framework Django on Mac OS X
Using PhantomJS with AWS Lambda until displaying the html of the website
I checked the image of Science University on Twitter with Word2Vec.
Test the application of migration files with Django + PostgreSQL (Evil Way)
[Django] Display registration data associated with users on the registration / edit form (Form)
The story of failing to update "calendar.day_abbr" on the admin screen of django
Start data science on the cloud
Until you start Jupyter with Docker
Run SwitchBot on Windows 10 with Bleak
Try Ajax on the Django page
Use Tensorflow 2.1.0 with Anaconda on Windows 10!
Location of pip.ini (pip.conf) on Windows 10
Stumble when doing the django 1.7 tutorial
Deploy the Django tutorial to IIS ①
Getting started with USD on Windows
The meaning of ".object" in Django
Start Django for the first time
Getting started with Python 3.8 on Windows
For the time being, the one who creates a homepage with Django at the speed of a second and publishes it on Heroku (Windows compatible)
Get the width of the div on the server side with Selenium + PhantomJS + Python
Edit the file of the SSH connection destination server on the server with VS Code
Play the comment of Nico Nico Douga on the terminal in conjunction with the video
Prepare the environment of Chainer on EC2 spot instance with AWS Lambda
The story of trying to push SSH_AUTH_SOCK obsolete on screen with LD_PRELOAD
The story of using mysqlclient because PyMySQL cannot be used with Django 2.2
Django Crispy Tutorial (Environment Building on Mac)
Consider the description of Dockerfile (Django + MySQL②)
I tried the asynchronous server of Django 3.0
Run servo with Python on ESP32 (Windows)
Understand the benefits of the Django Rest Framework
Align the size of the colorbar with matplotlib
docker and PyCharm under proxy on windows
How to check the version of Django
Investigate the effect of outliers on correlation
Check the existence of the file with python
How to use Cmder with PyCharm (Windows)
Deploy the Django app on Heroku [Part 2]