[PYTHON] How to get started with Django

Django Documents

Version confirmation

$ python -m django --version

Project creation

$ django-admin startproject mysite

Development server

$ python manage.py runserver

Application creation

$ python manage.py startapp hoge

Recommended Posts

How to get started with Django
How to get started with Scrapy
How to get started with Python
Step notes to get started with django
How to get started with laravel (Linux)
Get started with Django! ~ Tutorial ⑤ ~
Get started with Django! ~ Tutorial ④ ~
The easiest way to get started with Django
Here's a brief summary of how to get started with Django
Link to get started with python
How to authenticate with Django Part 2
How to authenticate with Django Part 3
How to do arithmetic with Django template
How to get parent id with sqlalchemy
I tried to get started with Hy
How Python beginners get started with Python with Progete
Django 1.11 started with Python3.6
Get started with MicroPython
Get started with Mezzanine
Getting Started with Django 2
How to develop a cart app with Django
[Django] How to get data by specifying SQL.
How to implement "named_scope" of RubyOnRails with Django
A layman wants to get started with Python
Get started with influxDB + Grafana
Getting Started with Python Django (1)
Getting Started with Python Django (4)
How to update with SQLAlchemy?
Getting Started with Python Django (3)
How to cast with Theano
How to Alter with SQLAlchemy?
How to separate strings with','
Getting Started with Python Django (6)
Get started with Python! ~ ② Grammar ~
Getting Started with Django with PyCharm
How to RDP with Fedora31
Getting Started with Python Django (5)
How to Delete with SQLAlchemy?
How to get multiple model objects randomly in Django
How to get a logged-in user with Django's forms.py
I tried to get started with blender python script_Part 02
How to get more than 1000 data with SQLAlchemy + MySQLdb
How to get mouse wheel verdict with Python curses
What I did to get started with Linux commands
How to get started with the 2020 Python project (windows wsl and mac standardization)
How to cancel RT with tweepy
Steps to develop Django with VSCode
Get started with Python! ~ ① Environment construction ~
[Django] How to test Form [TDD]
How to handle static files when deploying to production with Django
Get started with MicroPython (on macOS)
How to check ORM behavior in one file with django
How to use virtualenv with PowerShell
How to install python-pip with ubuntu20.04LTS
Common html to rent with Django
How to deal with imbalanced data
How to get the Python version
How to get started with Visual Studio Online ~ The end of the environment construction era ~
[Django] How to give input values in advance with ModelForm
How to resolve CSRF Protection when using AngularJS with Django
I tried to get started with Hy ・ Define a class