1
0
Fork 0
Inventory management system
 
 
 
 
 
 
Go to file
Wojciech Zając 76e0d405e0 Some unittest created and pep8 2018-07-03 14:35:07 +02:00
postgres-hstore xDDDDD 2018-04-27 22:53:38 +02:00
spejstore item: Fix label printing 2017-12-13 21:21:13 +01:00
static yolo 2018-04-27 23:19:59 +02:00
storage Some unittest created and pep8 2018-07-03 14:35:07 +02:00
templates yolo 2018-04-27 23:23:40 +02:00
.gitignore Initial commit 2016-09-30 00:04:43 +02:00
Dockerfile Fix postres-hstore build 2017-12-13 20:02:16 +01:00
README.md Some unittest created and pep8 2018-07-03 14:35:07 +02:00
docker-compose.yml backported from production 2017-10-22 23:51:22 +02:00
manage.py Initial commit 2016-09-30 00:04:43 +02:00
requirements.txt Some unittest created and pep8 2018-07-03 14:35:07 +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

Build & run

docker-compose up

Rebuild

docker-compose build

Tests

Before test run containers. See "Build & run".

docker-compose exec web python manage.py test --noinput

Troubleshooting