chore: Disable email verification for new users, update search functionality, and improve note card display

This commit is contained in:
Sean Morley
2024-08-04 21:50:15 -04:00
parent 10466f5913
commit 7c61fa3363
5 changed files with 67 additions and 63 deletions

View File

@@ -74,6 +74,9 @@ MIDDLEWARE = (
)
# disable verifications for new users
ACCOUNT_EMAIL_VERIFICATION = 'none'
# For backwards compatibility for Django 1.8
MIDDLEWARE_CLASSES = MIDDLEWARE