Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 761 Bytes

DEV_NOTES_HEROKU.md

File metadata and controls

40 lines (27 loc) · 761 Bytes

deployment

+-- miniverse
+-- settings +-- heroku_dev.py +-- wsgi.py +-- urls_heroku_dev.py (not yet created) +-- Procfile

checklist

  • python runtime
    • do we want to go live with 3.x?
  • static files
  • database
    • database routing
  • secret key

config vars

Set python version

cat runtime.txt
python-2.7.11

set django vars