[PYTHON] Step notes to get started with django

See Django Fundamentals

Installation

$ which python3
/◯◯/......
$ virtualenv -p /◯◯/......Folder name
$cd folder name
$ . bin/activate
$ pip install django
$ python
>>>  import django

And maybe it's right

After installation

$cd folder name
$ . bin/activate

Should be usable in

After installation

$ django-admin.py startproject project name
$cd project name
$ python manage.py runserver

Paste the URL that appears into your browser

Recommended Posts

Step notes to get started with django
How to get started with Django
The easiest way to get started with Django
Get started with Django! ~ Tutorial ⑤ ~
Get started with Django! ~ Tutorial ④ ~
Get started with Django! ~ Tutorial ⑥ ~
Link to get started with python
How to get started with Scrapy
How to get started with Python
I tried to get started with Hy
How to get started with laravel (Linux)
Here's a brief summary of how to get started with Django
Django 1.11 started with Python3.6
Getting Started with Django 1
Get started with MicroPython
Get started with Mezzanine
Getting Started with Django 2
A layman wants to get started with Python
Get started with influxDB + Grafana
I tried to get started with blender python script_Part 01
Getting Started with Python Django (1)
Getting Started with Python Django (4)
I tried to get started with blender python script_Part 02
Getting Started with Python Django (3)
Getting Started with Python Django (6)
Get started with Python! ~ ② Grammar ~
Getting Started with Django with PyCharm
What I did to get started with Linux commands
Getting Started with Python Django (5)
Minimum knowledge to get started with the Python logging module
I tried to get started with Hy ・ Define a class
Steps to develop Django with VSCode
Get started with Python! ~ ① Environment construction ~
Get started with MicroPython (on macOS)
Common html to rent with Django
Get started with machine learning with SageMaker
Get started with Python in Blender
How to authenticate with Django Part 2
How to authenticate with Django Part 3
Get started with the Python framework Django on Mac OS X
[Python] A memo that I tried to get started with asyncio
I wrote a script to get you started with AtCoder fast!
django notes
I tried to get started with Bitcoin Systre on the weekend
Django notes
How to get parent id with sqlalchemy
CRUD GET with Nuxt & Django REST Framework ②
Get replies to specific tweets with tweepy
CRUD GET with Nuxt & Django REST Framework ①
Get started with the documentation tool Sphinx
Get Started with TopCoder in Python (2020 Edition)
How Python beginners get started with Python with Progete
[Blender x Python] Let's get started with Blender Python !!
[Python] To get started with Python, you must first make sure you can use Python.
Coursera's TensorFlow introductory course to get you started with Deep Learning implementations
Python hand play (let's get started with AtCoder?)
How to get started with the 2020 Python project (windows wsl and mac standardization)
[Django] as_view () notes
How to get the key on Amazon S3 with Boto 3, implementation example, notes
Notes about with
How to develop a cart app with Django