1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-02 19:55:18 +02:00

Refactor email management and localization; update requirements and settings for MFA support

This commit is contained in:
Sean Morley 2024-12-12 19:20:58 -05:00
parent 673a56c6a0
commit 7b7db1c530
6 changed files with 106 additions and 54 deletions

View file

@ -44,14 +44,13 @@ INSTALLED_APPS = (
'django.contrib.sites',
'rest_framework',
'rest_framework.authtoken',
"allauth_ui",
'allauth',
'allauth.account',
'allauth.mfa',
'allauth.headless',
'allauth.socialaccount',
"widget_tweaks",
"slippers",
# "widget_tweaks",
# "slippers",
'drf_yasg',
'corsheaders',
'adventures',

View file

@ -12,6 +12,6 @@ django-resized
django-geojson
setuptools
gunicorn==23.0.0
slippers==0.6.2
django-allauth-ui==1.5.1
django-widget-tweaks==1.5.0
# slippers==0.6.2
# django-allauth-ui==1.5.1
# django-widget-tweaks==1.5.0