django_socio_grpc.utils.model_extractor
Module Contents
Functions
Get list of Django application as List |
|
return true if an app is found in the installed app with the name passed as argument |
|
Get Model from name |
|
extract Column List from a Data Model |
API
- django_socio_grpc.utils.model_extractor.get_app_list()
Get list of Django application as List
- django_socio_grpc.utils.model_extractor.is_app_in_installed_app(app_name)
return true if an app is found in the installed app with the name passed as argument
- django_socio_grpc.utils.model_extractor.is_model_exist(model_name)
- django_socio_grpc.utils.model_extractor.get_model(app_name, model_name)
Get Model from name
- django_socio_grpc.utils.model_extractor.get_model_fields(model_object)
extract Column List from a Data Model