AppConfig.get_model(model_name)
[source]
Returns the Model
with the given model_name
. Raises LookupError
if no such model exists in this application. model_name
is case-insensitive.
AppConfig.get_model(model_name)
[source]
Returns the Model
with the given model_name
. Raises LookupError
if no such model exists in this application. model_name
is case-insensitive.
Please login to continue.