django-template-heroku:简单的 Django 项目模板,可用于 Fasilkom UI 的 Web 设计和编程课程的 Heroku 部署

时间:2024-06-19 18:35:56
【文件属性】:

文件名称:django-template-heroku:简单的 Django 项目模板,可用于 Fasilkom UI 的 Web 设计和编程课程的 Heroku 部署

文件大小:27KB

文件格式:ZIP

更新时间:2024-06-19 18:35:56

heroku template django hacktoberfest Python

django-模板-英雄 这个存储库包含一个模板,用于创建准备通过 GitHub Actions 或 GitLab CI部署到 Heroku 的 Django 项目。 要以英文查看此文件,。 目录 使用说明 为您要创建的项目创建一个目录(例如: project_name ),然后在该目录中打开命令提示符 (cmd) 或终端。 在其中创建 Python虚拟环境。 python -m venv venv 注意:调整计算机上的python可执行文件,因为有时(例如在 Ubuntu 或 macOS 上)Python 3 只能用python3调用,不能用python调用。 激活已经创建的虚拟环境。 在 Windows 上: venv \S cripts \a ctivate 在 Linux/macOS 上: source venv/bin/activate 如果成功,它将出现在


【文件预览】:
django-template-heroku-master
----.gitignore(1KB)
----templates()
--------base.html(340B)
----requirements.txt(168B)
----.gitlab-ci.yml(2KB)
----LICENSE(1KB)
----static()
--------css()
----.github()
--------workflows()
----README.md(15KB)
----Procfile(66B)
----main()
--------templates()
--------urls.py(127B)
--------__init__.py(0B)
--------views.py(102B)
--------static()
--------models.py(57B)
--------apps.py(83B)
--------admin.py(63B)
--------migrations()
--------tests.py(1KB)
----manage.py(668B)
----README.en.md(14KB)
----project_name()
--------urls.py(799B)
--------__init__.py(0B)
--------asgi.py(401B)
--------wsgi.py(401B)
--------settings.py(5KB)

网友评论