shackbureau was the shackspace membership management software. It was retired in favor of byro.
sudo pip install -U docker-compose
alias dc=docker-compose
dc build
dc run --rm web reset_db
dc run --rm web migrate
dc run --rm web createsuperuser
dc up -d
And navigate your browser to http://localhost:8000/admin/
Export the CSV from LibreOffice, delimiter ;
quote-char "
and move it to the root of this git repo.
Run dc run --rm web shell_plus
from usermanagement.utils import import_old_shit
import_old_shit('/opt/code/Mitglieder.csv')
dc logs [web|db|data]
docker exec -ti shackbureau_web_1 py.test