/isthetoiletfree

Primary LanguagePythonMIT LicenseMIT

isthetoiletfree

Deploying the client:

git remote add pi pi@isthetoiletfree.local:isthetoiletfree.git

Deploying the server:

git remote add heroku git@heroku.com:isthetoiletfree.git

Import the database schema on Heroku:

heroku pg:psql < schema.sql

Running in development:

supervisorctl
stop ittf
start ittfdev

Useful links

Licence

isthetoiletfree is released under the MIT licence: opensource.org/licenses/MIT