Inventory management system https://inventory.waw.hackerspace.pl
 
 
 
 
 
 
Go to file
Dariusz Niemczyk 837734a655
Fix admin not searching properly and make it great
2023-07-11 17:52:38 +02:00
auth Blackify the code (autoformat) 2023-07-11 15:34:35 +02:00
postgres-hstore Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
spejstore Migrate old django to the newest version 2023-07-11 17:52:38 +02:00
static Migrate old django to the newest version 2023-07-11 17:52:38 +02:00
storage Fix admin not searching properly and make it great 2023-07-11 17:52:38 +02:00
templates Migrate old django to the newest version 2023-07-11 17:52:38 +02:00
.dockerignore add build_static to ignorefiles 2020-05-12 21:14:18 +02:00
.gitignore Add .venv and .vscode to gitignore 2023-07-11 15:34:26 +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 Pin container versions, simplify initial setup 2020-05-12 20:56:44 +02:00
manage.py Initial commit 2016-09-30 00:04:43 +02:00
requirements.txt Migrate old django to the newest version 2023-07-11 17:52:38 +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