Is there some way to generate Django models from existing SQL database tables? Something similar to SQLAlchemy Table Reflection (https://docs.sqlalchemy.org/en/20/tutorial/metadata.html#table-reflection) / Reflecting Database Objects (https://docs.sqlalchemy.org/en/20/core/reflection.html) ... plus a Django specific model creation part?