mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-08-16 16:01:09 +02:00
Disable encoding and show only original file (#829)
Disable encoding and show only original file #829
This commit is contained in:
@ -59,7 +59,7 @@ def login():
|
||||
file.writelines(f'USERNAME={json.loads(response.text)["username"]}\n')
|
||||
print(f"Welcome to MediaCMS [bold blue]{username}[/bold blue]. Your auth creds have been suceesfully stored in the .env file", ":v:")
|
||||
else:
|
||||
print(f'Error: {"non_field_errors":["User not found."]}')
|
||||
print(f'Error: {"non_field_errors": ["User not found."]}')
|
||||
|
||||
|
||||
@apis.command()
|
||||
|
Reference in New Issue
Block a user