forked from wiktor/spejstore-new
678 B
678 B
spejstore
Because there is not enough general inventory software invented here yet.
Please use Python3, for the love of $deity
...
Usage
Quick start
- Open
docker-compose.yml
and make changes as comments indicate (TODO: Please someone make this not awful) - Run:
docker-compose up --build
- Open
spejstore/urls.py
and comment outurl(r'^admin/login/.*', auth_redirect),
- Run
docker-compose run --rm web python manage.py createsuperuser
-- now you can dev authenticate w/o SSO
Build & run
docker-compose up
Rebuild
docker-compose build