当前位置:   article > 正文

django命令大全

django命令大全

1.命令大全

创建项目和注册app
1.django-admin startproject xxx         创建项目xxx
2.python manage.py startapp xxx         注册app
----------------------------------------------
​
数据库迁移
3.python manage.py makemigrations              生成数据迁移文件
4.python manage.py migrate                     迁移数据
----------------------------------------------
​
python manage.py runserver                     运行django服务器
python manage.py createsuperuser               创建超级管理员
----------------------------------------------

其他不常用
django-admin --help                            查看可以执行的指令!
python manage.py + 回车                        可查看更多命令
python manage.py flush                         清空数据库
python manage.py shell                    进入到调试代码的调试模式
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/黑客灵魂/article/detail/865127
推荐阅读
相关标签
  

闽ICP备14008679号