Go to file
Guillaume Bertholon ccd8ee9cc9 Add game comments and rework game models
Models are now more structured for number of players, and durations can
be omitted.
2020-12-13 00:12:06 +01:00
gestiojeux Add messages on auth success & failure 2020-11-29 22:35:42 +01:00
gestiojeux_auth Remove useless files in auth app 2020-11-29 22:55:51 +01:00
inventory Add game comments and rework game models 2020-12-13 00:12:06 +01:00
mainsite Add game comments and rework game models 2020-12-13 00:12:06 +01:00
.gitignore Add inventory search with haystack 2020-11-28 00:41:11 +01: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 Add inventory search with haystack 2020-11-28 00:41:11 +01: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