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:
parent
af5be0bc8f
commit
36a2e59d52
1 changed files with 1 additions and 0 deletions
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue