Website.username_exists#

Website.username_exists(username)#

Checks if the username is exists in the database.

Parameters:

username (str) –

Returns:

True if the username exists, otherwise False.

Return type:

bool