Validation
Validation of Model and printing errors to console.
ValidationMixin
¶
Validation of Model and printing errors to console.
Source code in src\ramifice\paladins\validation.py
is_valid()
async
¶
Check data validity.
The main use is to check data from web forms. It is also used to verify Models that do not migrate to the database.
Source code in src\ramifice\paladins\validation.py
print_err()
¶
Printing errors to console.
Convenient to use during development.