Skip to content
Snippets Groups Projects
Commit 084d6ef9 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

fix logger

parent 25d59f89
No related branches found
No related tags found
2 merge requests!1047Uniweb redesign,!1045Uniweb redesign, minor district redesign fixes
...@@ -3,6 +3,7 @@ from collections import namedtuple ...@@ -3,6 +3,7 @@ from collections import namedtuple
from enum import Enum from enum import Enum
from functools import cached_property, reduce from functools import cached_property, reduce
from urllib.parse import quote from urllib.parse import quote
import logging
from django.apps import apps from django.apps import apps
from django.conf import settings from django.conf import settings
...@@ -52,6 +53,8 @@ from shared.forms import SubscribeForm ...@@ -52,6 +53,8 @@ from shared.forms import SubscribeForm
from shared.utils import make_promote_panels, subscribe_to_newsletter from shared.utils import make_promote_panels, subscribe_to_newsletter
from tuning import admin_help from tuning import admin_help
logger = logging.getLogger(__name__)
# --- BEGIN Metadata mixins --- # --- BEGIN Metadata mixins ---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment