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

@@ -22,11 +22,10 @@
import json
import re
from django.conf import settings
from django.utils import translation
from django.utils.formats import get_format
from pretix import settings
date_conversion_to_moment = {
'%a': 'ddd',
'%A': 'dddd',