qianhaoq / django_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django_test

a django test project for learning

gunicorn 是一个纯Python的WSGI服务器

sudo -H pip3 install gunicorn
gunicorn hello --log-file=-

project_name 是一个模板文件夹

利用模板文件创建新的项目文件
django-admin.py startproject foo --template=project_name

About


Languages

Language:Python 90.6%Language:HTML 9.0%Language:CSS 0.4%