Loading repository data…
Loading repository data…
heroku / repository
A Django 2.0 base template featuring all recommended best practices for deployment on Heroku and local development.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
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.