Skip to content

Files

Latest commit

Dec 9, 2019
683b13b · Dec 9, 2019

History

History
11 lines (8 loc) · 264 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 264 Bytes

hi there!

this is my django project template with docker.

usage:

heroku create <appname>
heroku stack:set container
heroku addons:create heroku-postgresql
heroku config:set SECRET_KEY=<secret_key> # use keygen.py
git push heroku master