Go to file
2024-07-04 20:47:46 +02:00
.credentials feat: Use loadcredential package and rework settings 2024-05-12 13:52:03 +02:00
accounts feat: switch to authens 2024-07-04 18:15:57 +02:00
comments feat(FORK): jeu -> outil/hackens 2024-07-04 18:15:57 +02:00
gestiojeux feat(FORK): Rework settings to be nicer for djangonix 2024-07-04 20:47:46 +02:00
inventory feat(qrcode): Automatic generation of qrcodes 2024-07-04 20:47:46 +02:00
loans Add loan tables 2024-05-06 16:24:16 +02:00
nix feat: switch to authens 2024-07-04 18:15:57 +02:00
npins feat: Add nix tooling 2024-05-12 13:51:21 +02:00
suggestions fix(pk field): Make manage.py makemigrations happy 2024-07-04 18:15:57 +02:00
website feat(FORK): jeu -> outil/hackens 2024-07-04 18:15:57 +02:00
.gitignore Add inventory search with haystack 2020-11-28 00:41:11 +01:00
default.nix feat(qrcode): Automatic generation of qrcodes 2024-07-04 20:47:46 +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(qrcode): Automatic generation of qrcodes 2024-07-04 20:47:46 +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