maxwidth nav
This commit is contained in:
@@ -34,8 +34,6 @@ class Command(BaseCommand):
|
||||
parser.add_argument('--expires-after-days', nargs='?', type=int, default=10 * 365, dest='expires')
|
||||
|
||||
def handle(self, *args, **options):
|
||||
print('=' * 100)
|
||||
print(options)
|
||||
for option in {'country', 'city', 'state', 'organisation', 'organisation_unit', 'common_name', 'support_name',
|
||||
'support_email', 'technical_name', 'technical_email', 'entity_id', 'base_url'}:
|
||||
assert option in options and options[option] is not None and len(options[option]) == 1, "Expected one " \
|
||||
|
Reference in New Issue
Block a user