Go to file
sinavir fee31ab07b feat: switch to authens
Be careful there is no User migration
2024-07-04 18:15:57 +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: switch to authens 2024-07-04 18:15:57 +02:00
gestiojeux feat: switch to authens 2024-07-04 18:15:57 +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
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 feat: switch to authens 2024-07-04 18:15:57 +02:00
website feat: switch to authens 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: switch to authens 2024-07-04 18:15:57 +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