1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 06:49:37 +02:00

feat: enhance superuser creation with email verification and update settings for two-factor authentication

This commit is contained in:
Sean Morley 2025-01-07 10:27:11 -05:00
parent 548702890d
commit f670fbc93a
4 changed files with 35 additions and 9 deletions

View file

@ -42,7 +42,7 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.sites',
"allauth_ui",
# "allauth_ui",
'rest_framework',
'rest_framework.authtoken',
'allauth',
@ -59,8 +59,8 @@ INSTALLED_APPS = (
'users',
'integrations',
'django.contrib.gis',
'widget_tweaks',
'slippers',
# 'widget_tweaks',
# 'slippers',
)