Validators
Valid DB types
It's useful to have a constants.py
or some other place to store validators; to limit the databases your project supports, you could create a valid_db_types
variable, like:
It's useful to have a constants.py
or some other place to store validators; to limit the databases your project supports, you could create a valid_db_types
variable, like: