Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 395 Bytes

File metadata and controls

18 lines (15 loc) · 395 Bytes

boarddash

Run locally

docker-compose run web python3 manage.py migrate
docker-compose run web python3 manage.py createsuperuser
docker-compose up

Seed Database

docker-compose run web python3 manage.py seed_boards
docker-compose run web python3 manage.py seed_db_nyc_311
docker-compose run web python3 manage.py seed_db_budget_requests

License

Apache 2.0