mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Fix shell_scoped without shell_plus (#3292)
This commit is contained in:
@@ -51,7 +51,7 @@ class Command(BaseCommand):
|
|||||||
del options['skip_checks']
|
del options['skip_checks']
|
||||||
del options['print_sql']
|
del options['print_sql']
|
||||||
|
|
||||||
if options['print_sql']:
|
if options.get('print_sql'):
|
||||||
connection.force_debug_cursor = True
|
connection.force_debug_cursor = True
|
||||||
logger = logging.getLogger("django.db.backends")
|
logger = logging.getLogger("django.db.backends")
|
||||||
logger.setLevel(logging.DEBUG)
|
logger.setLevel(logging.DEBUG)
|
||||||
|
|||||||
Reference in New Issue
Block a user