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

Docker Hub

This commit is contained in:
Sean Morley 2024-08-15 11:45:30 -04:00
parent 9a7d85d544
commit 28b68afb12
6 changed files with 56 additions and 6 deletions

View file

@ -12,6 +12,7 @@ from django.core.exceptions import ValidationError as DjangoValidationError
from django.utils.translation import gettext_lazy as _
from rest_framework import serializers
try:
from allauth.account import app_settings as allauth_account_settings
from allauth.account.adapter import get_adapter