mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Voucher bulk creation: More efficient implementation and async task
This commit is contained in:
@@ -653,7 +653,7 @@ LOGGING = {
|
||||
'django.db.backends': {
|
||||
'handlers': ['file', 'console'],
|
||||
'level': 'INFO', # Do not output all the queries
|
||||
'propagate': True,
|
||||
'propagate': False,
|
||||
},
|
||||
'asyncio': {
|
||||
'handlers': ['file', 'console'],
|
||||
|
||||
Reference in New Issue
Block a user