Fix settings import

This commit is contained in:
Raphael Michel
2023-04-05 11:03:03 +02:00
parent eabcececb0
commit 88b3f588b8
3 changed files with 3 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ from collections import OrderedDict
from decimal import Decimal
from django import forms
from django.conf import settings
from django.contrib import messages
from django.http import HttpRequest
from django.template.loader import get_template
@@ -45,7 +46,6 @@ from paypalcheckoutsdk.orders import (
from paypalcheckoutsdk.payments import CapturesRefundRequest, RefundsGetRequest
from paypalhttp import HttpError
from pretix import settings
from pretix.base.decimal import round_decimal
from pretix.base.forms.questions import guess_country
from pretix.base.models import Event, Order, OrderPayment, OrderRefund, Quota