Website.email_exists#
- Website.email_exists(email)#
Checks if the email is exists in the database.
- Parameters:
email (str) –
- Returns:
Trueif the email exists, otherwiseFalse.- Return type:
bool
Site Navigation
Section Navigation
Checks if the email is exists in the database.
email (str) –
True if the email exists, otherwise False.
bool