Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Caprover | 10,121 | 12 days ago | 100 | other | TypeScript | |||||
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids | ||||||||||
Up | 8,687 | 68 | 13 | 22 days ago | 11 | March 02, 2018 | 291 | mit | Go | |
Deploy infinitely scalable serverless apps, apis, and sites in seconds to AWS. | ||||||||||
Onemanager Php | 3,461 | 17 days ago | 87 | PHP | ||||||
An index & manager of Onedrive based on serverless. Can be deployed to Heroku/Glitch/Vercel/Replit/SCF/FG/FC/CFC/PHP web hosting/VPS. | ||||||||||
Pontoon | 1,259 | 6 days ago | 332 | bsd-3-clause | Python | |||||
Mozilla's Localization Platform | ||||||||||
Loklak_wp_plugins | 1,119 | 6 years ago | 3 | other | PHP | |||||
Open Event Legacy | 1,093 | 4 years ago | 46 | other | Python | |||||
The Open Event legacy server currently running on https://eventyay.com | ||||||||||
Susi_hangoutbot | 1,087 | 6 years ago | 2 | lgpl-2.1 | JavaScript | |||||
SUSI for Google Hangouts | ||||||||||
Susi_linebot | 1,086 | 3 years ago | 2 | lgpl-2.1 | JavaScript | |||||
SUSI.AI Bot for Line | ||||||||||
Guides | 948 | 4 years ago | 13 | mit | ||||||
Guides for learning + doing better web and app development. Created by Coding for Entrepreneurs. | ||||||||||
Heroku Deploy | 893 | 2 months ago | 63 | mit | JavaScript | |||||
A simple github action that dynamically deploys an app to heroku |
An utterly fantastic project starter template for Django 2.0.
To use this project, follow these steps:
$ pipenv install django
)Using this template to create a new Django app is easy::
$ django-admin.py startproject --template=https://github.com/heroku/heroku-django-template/archive/master.zip --name=Procfile helloworld
(If this doesn't work on windows, replace django-admin.py
with django-admin
)
You can replace helloworld
with your desired project name.
$ git init
$ git add -A
$ git commit -m "Initial commit"
$ heroku create
$ git push heroku master
$ heroku run python manage.py migrate
See also, a ready-made application, ready to deploy.