django的一些常用命令

#django命令
python manage.py startapp app_name  #新建app
python manage.py startproject project_name #新建工程

templates  # 新建模板在所在的app内
static     #新建静态文件
posted @ 2022-05-06 00:50  铁铁匠  阅读(21)  评论(0)    收藏  举报