Go to file
Guillaume Bertholon c836f642fa Authenticate by email with a custom user model
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.
2020-12-24 14:19:35 +01:00
accounts Authenticate by email with a custom user model 2020-12-24 14:19:35 +01:00
gestiojeux Authenticate by email with a custom user model 2020-12-24 14:19:35 +01:00
inventory Authenticate by email with a custom user model 2020-12-24 14:19:35 +01:00
mainsite Authenticate by email with a custom user model 2020-12-24 14:19:35 +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 markdown pages for customization by respos 2020-12-18 19:30:09 +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