Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 223 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 223 Bytes
  • Install the heroku toolchain
  • Install postgres.app

psql:

CREATE DATABASE todo

shell:

export DATABASE_URL=postgres://postgres@localhost/todo
python ./manage.py syncdb --noinput
foreman start