[PYTHON] Django beginners tried building an environment

How to get started with Django

① First, install Django

$ pip3 install django

② Install the Djnago framework

$ django-admin startproject project name

③ Read the migration file

$ python3 manage.py migrate

④ Start local server

$ pyhton3 manage.py runserver

⑤ Display on the browser

localhost:8000

Other

Application creation

$python3 manage.py startapp name

It's easy. スクリーンショット 2020-10-20 23.42.49.png

Recommended Posts

Django beginners tried building an environment
Django Getting Started: 1_Environment Building
[For beginners] Django -Development environment construction-
[Python] Building an environment with Anaconda [Mac]
Building an environment for "Tello_Video" on Raspbian
Building an environment for "Tello_Video" on Windows
Django environment construction
django environment construction
I tried Django
For beginners to build an Anaconda environment. (Memo)
Building an environment that uses Python in Eclipse
Building an environment for executing Python scripts (for mac)
Building an Anaconda environment for Python with pyenv
Various commands for building an environment with Apache
Building an environment for matplotlib + cartopy on Mac
Introduction to Python "Re" 1 Building an execution environment
Try building an environment for MayaPython with VisualStudioCode
Django project environment construction
Building an environment for "Tello_Video" on Mac OS X
Building an environment for natural language processing with Python
Building an environment for displaying organic compounds using RDKit
Building a Python environment for programming beginners (Mac OS)
[Memo] Django development environment
Building an environment to use CaboCha with google colaboratory
Let's get started with Python ~ Building an environment on Windows 10 ~
Building an environment to execute python programs on AWS EC2
Create a Todo app with Django ① Build an environment with Docker
[Django] Memo to create an environment of Django + MySQL + Vue.js [Python]
Building an auto-sklearn environment that semi-automates machine learning (Mac & Docker)
Minimal website environment with django
Create an API with Django
Django beginners create simple apps 3
Django development environment construction memo
Django beginners create simple apps 1
Machine learning beginners tried RBM
Docker + Django + React environment construction
Python3 environment construction (for beginners)
Django environment development on Windows 10
Building a Python virtual environment
Django beginners create simple apps 2
Django beginners make simple apps 4
(Note) Django in Vagrant environment
Rename an existing Django application
django project development environment construction
Hello World (beginners) on Django
Building a Python virtual environment
Django beginners create simple apps 5
I tried to create an environment of MkDocs on Amazon Linux
Building an HPC learning environment using Docker Compose (C, Python, Fortran)
Create an environment for Django x Apache x mod_wsgi with Vagrant (Ubuntu 16.04)
When creating an environment that uses python django on Ubuntu 12.04 LTS
Building an environment to run ChainerMN on a GPU instance on AWS
Learn how to use Docker through building a Django + MySQL environment