gestiojeux/inventory
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
..
migrations Authenticate by email with a custom user model 2020-12-24 14:19:35 +01:00
templates/inventory Authenticate by email with a custom user model 2020-12-24 14:19:35 +01:00
__init__.py Give the main structure and begin inventory app 2020-10-11 22:19:11 +02:00
admin.py Add game comments and rework game models 2020-12-13 00:12:06 +01:00
apps.py Give the main structure and begin inventory app 2020-10-11 22:19:11 +02:00
markdown.py Add markdown pages for customization by respos 2020-12-18 19:30:09 +01:00
models.py Authenticate by email with a custom user model 2020-12-24 14:19:35 +01:00
search_indexes.py Add inventory search with haystack 2020-11-28 00:41:11 +01:00
tests.py Give the main structure and begin inventory app 2020-10-11 22:19:11 +02:00
urls.py Add game comments and rework game models 2020-12-13 00:12:06 +01:00
views.py Add game comments and rework game models 2020-12-13 00:12:06 +01:00