文件名称:ensembl-prodinf-dbcopy
文件大小:56KB
文件格式:ZIP
更新时间:2024-05-02 10:11:58
Python
集成Django项目模板 集成Django项目模板 快速开始 建立专案 django-admin startproject --template=https://github.com/ensembl/ensembl-dj-project/archive/main.zip --extension=py,env,example [your_project_name] cd your_project_name mv .env.example .env pip install -r requirements.txt # Check everything is in place with ./manage.py check # Should output 在您的项目中创建一个应用 2.1初始化你的应用 cd your_project_name # if not already in project
【文件预览】:
ensembl-prodinf-dbcopy-main
----MANIFEST.in(102B)
----.travis.yml(556B)
----requirements-dev.txt(54B)
----NOTICE(203B)
----Dockerfile(780B)
----LICENSE(11KB)
----src()
--------ensembl()
--------ensembl_prodinf_dbcopy()
--------manage.py(1KB)
----requirements-prod.txt(37B)
----setup.cfg(0B)
----VERSION(5B)
----requirements.txt(366B)
----setup.py(2KB)
----.gitignore(2KB)
----CHANGELOG.md(469B)
----README.md(1KB)