SYaoJun / Django

A simple django project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django

  • a simple server using python3. The index looks good. 首页

video

settings

  • interpreter
  • package

environment

# python3 --version
Python 3.9.6
# django-admin --version
4.1.3

starter

# create project
django-admin startproject my_project_name
# start server
python3 manage.py runserver 127.0.0.1:8000

attention

  • Don't use path as route instead of use re_path.

About

A simple django project


Languages

Language:Python 61.9%Language:HTML 38.1%