Website for inventory and suggestion management for the board game club. This can later be adapted for *-thèque or other library-like student associations.
Go to file
2024-05-12 13:52:03 +02:00
.credentials feat: Use loadcredential package and rework settings 2024-05-12 13:52:03 +02:00
accounts Improve form error display & simplify button style 2020-12-29 20:22:36 +01:00
comments Refactorize to enable code sharing for comments 2020-12-27 18:01:37 +01:00
gestiojeux feat: Use loadcredential package and rework settings 2024-05-12 13:52:03 +02:00
inventory Add RGPD mention 2024-05-06 16:37:10 +02:00
loans Add loan tables 2024-05-06 16:24:16 +02:00
npins feat: Add nix tooling 2024-05-12 13:51:21 +02:00
suggestions Use min/max/precisions fields for game duration 2021-01-29 12:07:46 +01:00
website Add loan tables 2024-05-06 16:24:16 +02:00
.gitignore Add inventory search with haystack 2020-11-28 00:41:11 +01:00
default.nix feat: Use loadcredential package and rework settings 2024-05-12 13:52:03 +02:00
manage.py Init Django project 2020-03-04 17:46:15 +01:00
README.md Init Django project 2020-03-04 17:46:15 +01:00
requirements.txt feat: Use loadcredential package and rework settings 2024-05-12 13:52:03 +02:00
shell.nix feat: Add nix tooling 2024-05-12 13:51:21 +02:00

gestiojeux

Website for board games inventory and suggestions

Install

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
cp jeulee/settings.dev.py jeulee/settings.py
$EDITOR jeulee/settings.py  # Use settings that match your usecase
./manage.py migrate
./manage.py collectstatic  # In production only