文件名称:django-heroku-bootstrap:在不到5分钟的时间内让您的Django应用程序在Heroku上运行
文件大小:20KB
文件格式:ZIP
更新时间:2024-05-25 18:25:47
Python
Django Heroku引导程序(DHB)
在不到5分钟的时间内让Django应用程序在Heroku上运行。 真的。
快速开始
克隆DHB
git clone https://github.com/callmephilip/django-heroku-bootstrap.git
确保您登录到Heroku
heroku login
创建一个新的heroku应用程序
heroku create
【文件预览】:
django-heroku-bootstrap-master
----apps()
--------urls.py(573B)
--------__init__.py(0B)
--------examples()
----manage.py(503B)
----requirements.txt(466B)
----__init__.py(0B)
----tools()
--------git.py(610B)
--------apps.py(132B)
--------heroku.py(920B)
--------__init__.py(0B)
--------database.py(2KB)
----Procfile(282B)
----README.md(5KB)
----templates()
--------examples()
--------welcome.html(104B)
----.gitignore(257B)
----fabfile.py(2KB)
----settings()
--------static.py(233B)
--------dev.py(314B)
--------__init__.py(0B)
--------aws.py(318B)
--------prod.py(536B)
--------celerybeat.py(211B)
--------common.py(3KB)
----Procfile.dev(279B)
----static()
--------images()
--------scripts()
--------stylesheets()