文件名称:medtechdevs_meetup:该存储库用于托管由MedTech Developers(http
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-28 10:44:59
Python
python-getting-started 一个准系统的Python应用程序,可以轻松地部署到Heroku。 此应用程序支持“ 文-签出。 本地运行 确保Python。 另外,安装 。 $ git clone git@github.com:heroku/python-getting-started.git $ cd python-getting-started $ pip install -r requirements.txt $ python manage.py migrate $ foreman start web 您的应用程序现在应该在上运行。 部署到Heroku $ heroku create $ git push heroku master $ heroku run python manage.py migrate $ heroku open 文献资料 有关在Hero
【文件预览】:
medtechdevs_meetup-heroku-doctor
----runtime.txt(13B)
----.gitignore(43B)
----README.md(979B)
----manage.py(264B)
----.env(57B)
----Procfile(54B)
----Procfile.windows(45B)
----requirements.txt(131B)
----hello()
--------admin.py(63B)
--------models.py(154B)
--------tests.py(60B)
--------__init__.py(0B)
--------views.py(368B)
--------templates()
----medtech_doctor_portal()
--------client_pusher()
--------static()
--------settings.py(3KB)
--------urls.py(419B)
--------__init__.py(0B)
--------wsgi.py(495B)