largerbigsuper / Building_Knowledge_Stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

常用命令

  • 生成超级管理员
docker-compose run --rm building_knowledge_stack  python manage.py createsuperuser
  • 生成migrations
python manage.py makemigrations customers  subjects questions   
  • 同步数据库
python manage.py migrate
  • docker-compose
# 生成迁移文件
docker-compose run --rm building_knowledge_stack  python manage.py makemigrations customers  subjects questions

# 同步数据库
docker-compose run --rm building_knowledge_stack  python manage.py migrate

About


Languages

Language:JavaScript 42.6%Language:CSS 34.0%Language:Python 18.8%Language:HTML 4.6%Language:Dockerfile 0.1%Language:Shell 0.0%