sqladmin
sqladmin copied to clipboard
Add feature for importing CSV file
- Add an import button and a modal window for selecting a CSV file in the list page.
- Add flags:
column_import_list,column_import_exclude_list,can_importby default disabled. - If the model has relations, the association will be according to the returned data
__str__method of the SQLAlchemy model. Relation models in a CSV file are separated by a comma.