文件名称:trckr-backend:trckr应用程序的后端
文件大小:35KB
文件格式:ZIP
更新时间:2024-06-06 07:32:57
Python
trckr后端 trckr应用程序的后端 入门 启动项目并以分离模式运行容器docker-compose up -d 运行数据库迁移docker-compose exec web python manage.py migrate migration (可选)创建一个管理员用户docker-compose exec web python manage.py createsuperuser 访问http://localhost:8000和admin区域, http://localhost:8000/admin为http://localhost:8000/admin
【文件预览】:
trckr-backend-master
----.circleci()
--------config.yml(2KB)
----django()
--------Dockerfile(214B)
--------tasks()
--------ping()
--------manage.py(545B)
--------token_auth()
--------time_entries()
--------accounts()
--------.coveragerc(244B)
--------projects()
--------trckr_backend()
--------requirements.txt(128B)
--------startup.sh(119B)
----.gitignore(1KB)
----README.md(402B)
----docker-compose.yml(280B)
----LICENSE(1KB)
----production.yml(264B)