Go to file
2024-07-04 20:48:10 +02:00
.credentials feat: Use loadcredential package and rework settings 2024-05-12 13:52:03 +02:00
accounts style(pre-commit): Add hook 2024-07-04 20:47:46 +02:00
comments style(pre-commit): Add hook 2024-07-04 20:47:46 +02:00
gestiojeux style(pre-commit): Add hook 2024-07-04 20:47:46 +02:00
inventory feat(inventory): Add edit button 2024-07-04 20:48:10 +02:00
loans style(pre-commit): Add hook 2024-07-04 20:47:46 +02:00
nix feat: switch to authens 2024-07-04 18:15:57 +02:00
npins style(pre-commit): Add hook 2024-07-04 20:47:46 +02:00
suggestions style(pre-commit): Add hook 2024-07-04 20:47:46 +02:00
website style(pre-commit): Add hook 2024-07-04 20:47:46 +02:00
.gitignore style(pre-commit): Add hook 2024-07-04 20:47:46 +02:00
default.nix style(pre-commit): Add hook 2024-07-04 20:47:46 +02:00
manage.py style(pre-commit): Add hook 2024-07-04 20:47:46 +02:00
pyproject.toml style(pre-commit): Add hook 2024-07-04 20:47:46 +02: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