Encampment tracker, originally for the City of Oakland
docker-compose build
docker-compose run web python manage.py migrate
docker-compose up web
- Add the dependency to
common.base
,dev.in
orprod.in
- Run
pip-compile --no-annotate reqs/dev.in
- Run
pip-compile --no-annotate reqs/prod.in
pip install pre-commit
pre-commit install
docker-compose run web python manage.py bootstrap_location oakland
(or other supported location)
- Log into container terminal with
docker-compose exec web bash
- Run
python manage.py createsuperuser
to create the user account