Quickly build a Python Django environment with IntelliJ

1. Install Python3

Since it's a big deal, install Python3 with brew.

$brew update
$brew install python3
$python3 -V
Python 3.5.2

Note that the version confirmation option is -V. -v is another option.

2. Install Django

$python3 -m pip install django
$python3 -m django --version
1.10

3. Install the Python plugin

Preference > Plugins > Install JetBrains plugin...

Search for python and install & Restart

Kobito.Bflwm4.png

4. Create a Python project

Kobito.bxU1pc.png

5.Run!!!

When you access http://127.0.0.1:5000/

Kobito.JLdMde.png

How nice!

Recommended Posts

Quickly build a Python Django environment with IntelliJ
[Python] Build a Django development environment with Docker
[Django] Build a Django container (Docker) development environment quickly with PyCharm
Build a python virtual environment with pyenv
Build a modern Python environment with Neovim
Build a python environment with ansible on centos6
Build a Django environment with Vagrant in 5 minutes
Build a Django development environment with Doker Toolbox
Build a Python environment with OSX El capitan
Build a Python machine learning environment with a container
Build a python execution environment with VS Code
Build python3 environment with ubuntu 16.04
Build python environment with direnv
Build a Python environment offline
Build a python virtual environment with virtualenv and virtualenvwrapper
How to build a Django (python) environment on docker
Build a Python virtual environment using venv (Django + MySQL ①)
Build a machine learning application development environment with Python
Build a development environment with Poetry Django Docker Pycharm
Build a Django environment for Win10 (with virtual space)
Build python virtual environment with virtualenv
Build Mysql + Python environment with docker
Create a virtual environment with Python!
Building a virtual environment with Python 3
Build a web application with Django
Build a python3 environment on CentOS7
Try running python in a Django environment created with pipenv
Build a Django development environment with Docker! (Docker-compose / Django / postgreSQL / nginx)
[Memo] Build a development environment for Django + Nuxt.js with Docker
How to build a python2.7 series development environment with Vagrant
Create a Todo app with Django ① Build an environment with Docker
Build a Python environment with WSL + Pyenv + Jupyter + VS Code
[Pyenv] Building a python environment with ubuntu 16.04
Building a Python3 environment with Amazon Linux2
Easily build a development environment with Laragon
Build Jupyter Lab (Python) environment with Docker
Build a python environment on MacOS (Catallina)
Build a Tensorflow environment with Raspberry Pi [2020]
Building a Python 3.6 environment with Windows + PowerShell
I want to build a Python environment
Build a Fast API environment with docker-compose
Build Python environment with Anaconda on Mac
Build a Python + OpenCV environment on Cloud9
Build AI / machine learning environment with Python
[Linux] Build a Docker environment with Amazon Linux 2
Build a 64-bit Python 2.7 environment with TDM-GCC and MinGW-w64 on Windows 7
Build a Python environment on your Mac with Anaconda and PyCharm
# 3 Build a Python (Django) environment on AWS EC2 instance (ubuntu18.04) part2
Build a Python execution environment using GPU with GCP Compute engine
[DynamoDB] [Docker] Build a development environment for DynamoDB and Django with docker-compose
Build Python + django + nginx + MySQL environment using docekr
Django 1.11 started with Python3.6
Build a C language development environment with a container
Build Django + NGINX + PostgreSQL development environment with Docker
Build the fastest Django development environment with docker-compose
Build python environment with pyenv on EC2 (ubuntu)
Building a python environment with virtualenv and direnv
Build a Python + bottle + MySQL environment with Docker on RaspberryPi3! [Easy construction]
Build Python development environment with Visual Studio Code
Build a Django environment on Raspberry Pi (MySQL)
Building a Python environment with WLS2 + Anaconda + PyCharm