-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Drew Winstel edited this page Jun 9, 2019
·
4 revisions
Collate ALL the Huntsville beers.
Start the dev server for local development:
docker-compose up
Create a superuser to login to the admin:
docker-compose run --rm web ./manage.py createsuperuser
Deployment automated via Heroku. When builds pass on the master branch, Heroku will catch the webhook from GitHub and automatically deploy.