Because there is not enough general inventory software invented here yet.
 
 
 
 
 
 
Go to file
Dariusz Niemczyk af85d191ad
Force authentication for API usage
2023-07-13 22:37:53 +02:00
auth
spejstore Force authentication for API usage 2023-07-13 22:37:53 +02:00
static
storage Force authorization for all routes 2023-07-13 21:01:00 +02:00
templates
.dockerignore Make dockerable for hscloud 2023-07-11 23:29:54 +02:00
.gitignore
Dockerfile Make dockerable for hscloud 2023-07-11 23:29:54 +02:00
README.md
docker-compose.dev-override.yml
docker-compose.prod-override.yml
docker-compose.yml
manage.py
requirements.txt
spejstore-dev.env

README.md

spejstore

Because there is not enough general inventory software invented here yet. Please use Python3, for the love of $deity...

Usage

Quick start

  1. Run:
    ln -s docker-compose.dev-override.yml docker-compose.override.yml
    docker-compose up --build
    
  2. 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

Troubleshooting