Until Python [Django] de Web service is released [Environment construction]

Summary of steps to publish the web using Python

Reason for posting

Django's Japanese commentary is old and I stumbled in the middle of the tutorial, so I'll post a note from the installation.

Execution environment

★ Local environment MacBook Pro (13-inch, Mid 2012) Processor: 2.5 GHz Intel Core i5 Memory: 4 GB 1600 MHz DDR3

★ Language to be used Python Django JavaScript


Why I chose Python

However, it's a familiar language.

Django I've always been interested in it.


Install immediately

Since Python is already implemented on Mac, install (build) Django according to the procedure on the official website. For Windows, please install and set from Python. ** * The future explanation schedule will be in progress with Python 2.7. ** ** ** * Install using pip. ** **

Terminal


$ pip install Django==1.9.2
...
..
.
$ python -c "import django; print(django.get_version())"
1.9.2

That’s it! That’s it – you can now move onto the tutorial.

It was easy. Now let's move on to the tutorial.

Next...

Next, we will stock the tutorial edition.

Recommended Posts

Until Python [Django] de Web service is released [Environment construction]
Until Python [Django] de Web service is released [Tutorial, Part 1]
Web application made with Python3.4 + Django (Part.1 Environment construction)
Django environment construction
Python environment construction
Environment construction (python)
django environment construction
python environment construction
Python --Environment construction
Python environment construction
python environment construction
Easy-to-understand explanation of Python Web application (Django) even for beginners (1) [Environment construction]
[Django3] Environment construction and various settings summary [Python3]
Django python web framework
Django project environment construction
homebrew python environment construction
Python development environment construction
python2.7 development environment construction
Mac environment construction Python
Python environment construction @ Win7
Until the web application is released on Sakura VPS
[Python] Django environment construction (pyenv + pyenv-virtualenv + Anaconda) for macOS
Django development environment construction memo
[Django3] Display a web page in Django3 + WSL + Python virtual environment
Python environment construction (Windows10 + Emacs)
CI environment construction ~ Python edition ~
Python environment construction For Mac
Anaconda3 python environment construction procedure
Docker + Django + React environment construction
Python3 environment construction (for beginners)
Python environment construction and TensorFlow
Python environment construction under Windows7 environment
[MEMO] [Development environment construction] Python
django project development environment construction
Environment construction of python2 & 3 (OSX)
Web application created with Python + Flask (using VScode) # 1-Virtual environment construction-
Environment construction of python and opencv
Get started with Python! ~ ① Environment construction ~
Python practice_Virtual environment setup ~ Django installation
Anaconda python environment construction on Windows 10
Python + Unity Reinforcement learning environment construction
I checked Mac Python environment construction
[For beginners] Django -Development environment construction-
Python environment construction memo on Mac
Python environment construction (pyenv, anaconda, tensorflow)
[Python3] Development environment construction << Windows edition >>
Python development environment construction on macOS
Python environment construction (pyenv + poetry + pipx)
Environment construction of python3.8 on mac
Python3 environment construction with pyenv-virtualenv (CentOS 7.3)
Python3 TensorFlow for Mac environment construction
Emacs Python development environment construction memo
pytorch @ python3.8 environment construction with pipenv
[docker] python3.5 + numpy + matplotlib environment construction
Python3.6 environment construction (using Win environment Anaconda)
OpenCV3 & Python3 environment construction on Ubuntu
Until you can step in PyCharm + Django + virtual environment (pyvenv + Python3) (mac)
Automatic posting of web design gary site with python + selenium (1) Environment construction
Python (anaconda) development environment construction procedure (SpringToolsSuites) _2020.4
Python project environment construction procedure (for windows)
WEB application development using django-Development environment construction-