Because there is not enough general inventory software invented here yet.
 
 
 
 
 
 
Go to file
Wiktor Przybylski 0fda2e36ab
Update docker-image.yml - postgres-hstore
2023-11-03 22:08:26 +01:00
.github/workflows Update docker-image.yml - postgres-hstore 2023-11-03 22:08:26 +01:00
auth HSWro Retrofitting 2023-05-30 22:56:52 +02:00
postgres-hstore Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
spejstore HSWro Retrofitting 2023-05-30 22:56:52 +02:00
static update props on paste 2018-09-26 22:21:08 +02:00
storage HSWro Retrofitting 2023-05-30 22:56:52 +02:00
templates labels via api + remove redundant nav item 2020-05-28 21:23:51 +02:00
.dockerignore add build_static to ignorefiles 2020-05-12 21:14:18 +02:00
.gitignore add build_static to ignorefiles 2020-05-12 21:14:18 +02:00
Dockerfile Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
README.md Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
docker-compose.dev-override.yml Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
docker-compose.prod-override.yml Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
docker-compose.yml HSWro Retrofitting 2023-05-30 22:56:52 +02:00
manage.py Initial commit 2016-09-30 00:04:43 +02:00
requirements.txt HSWro Retrofitting 2023-05-30 22:56:52 +02:00
spejstore-dev.env allow localhost in dev 2020-05-12 20:27:08 +02:00

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