Add newline end of file
This commit is contained in:
parent
ee51a0be13
commit
a9e11b1cb7
@ -30,4 +30,4 @@ class Command(BaseCommand):
|
|||||||
self.stdout.write(f'Did not create superuser "{PAPERLESS_ADMIN_USER}".')
|
self.stdout.write(f'Did not create superuser "{PAPERLESS_ADMIN_USER}".')
|
||||||
self.stdout.write('Make sure you specified "PAPERLESS_ADMIN_PASSWORD" in your "docker-compose.env" file.')
|
self.stdout.write('Make sure you specified "PAPERLESS_ADMIN_PASSWORD" in your "docker-compose.env" file.')
|
||||||
except Exception as error:
|
except Exception as error:
|
||||||
self.stdout.write(f'Exception occured while creating superuser: {error}')
|
self.stdout.write(f'Exception occured while creating superuser: {error}')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user