maxwidth nav

This commit is contained in:
2017-11-29 13:34:18 +01:00
parent a3d5723ea6
commit 4a8c087a5b
4 changed files with 11 additions and 134 deletions

View File

@@ -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 " \