Skip to content

didlix/NHSHackDay-ChronicIllnessDating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NHS Dating

Heroku

$ heroku apps:create
$ git push heroku master
$ heroku addons:add heroku-postgresql
$ heroku config:set ALLOWED_HOSTS=*.herokuapp.com # Reconsider this...
$ heroku run python nhsdating/manage.py syncdb
$ heroku run python nhsdating/manage.py migrate
$ heroku run python nhsdating/manage.py loaddata nhsdating/nhshd_data.json

About

Matchmaking for people with similar chronic illnesses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published