1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-22 22:39:36 +02:00

fix: add logging import to integrations views

This commit is contained in:
Sean Morley 2025-06-05 15:12:40 -04:00
parent af5be0bc8f
commit 36a2e59d52

View file

@ -11,6 +11,7 @@ from django.conf import settings
from adventures.models import AdventureImage
from django.http import HttpResponse
from django.shortcuts import get_object_or_404
import logging
logger = logging.getLogger(__name__)