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.
c836f642fa
This avoid the weird double username situation where we want to give the users the choice of their displayed name but at the same time we need them to never change their CAS username. Now CAS matches on email so we do not have problems. |
||
---|---|---|
accounts | ||
gestiojeux | ||
inventory | ||
mainsite | ||
.gitignore | ||
manage.py | ||
README.md | ||
requirements.txt |
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