django的一些常用命令
#django命令
python manage.py startapp app_name #新建app
python manage.py startproject project_name #新建工程
templates # 新建模板在所在的app内
static #新建静态文件
#django命令
python manage.py startapp app_name #新建app
python manage.py startproject project_name #新建工程
templates # 新建模板在所在的app内
static #新建静态文件