refactor: Relocate ride services from services.py to services_core.py and refine admin display fields.

This commit is contained in:
pacnpal
2025-12-26 08:26:19 -05:00
parent a9f5644c5c
commit ed04b30469
7 changed files with 148 additions and 13 deletions

View File

@@ -36,6 +36,7 @@ ACCOUNT_LOGIN_METHODS = {"email", "username"}
ACCOUNT_EMAIL_VERIFICATION = config(
"ACCOUNT_EMAIL_VERIFICATION", default="mandatory"
)
ACCOUNT_EMAIL_REQUIRED = True
ACCOUNT_EMAIL_VERIFICATION_SUPPORTS_CHANGE = True
ACCOUNT_EMAIL_VERIFICATION_SUPPORTS_RESEND = True