Merge pull request #1729 from pretix/project-setup-things

This commit is contained in:
Raphael Michel
2020-07-24 18:12:34 +02:00
committed by GitHub
3 changed files with 3 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ class Command(BaseCommand):
cmd = 'shell_plus'
except ImportError:
cmd = 'shell'
del options['skip_checks']
parser = self.create_parser(sys.argv[0], sys.argv[1])
flags = parser.parse_known_args(sys.argv[2:])[1]