Django Unmanaged Models for Forgejo
Most Django models are managed, and Django will take care of the entire lifecycle. There are times when working with an external database that it can be useful to use unmanaged models. Combined with Django’s inspectdb command, we can use it to interface with external systems.
Read More →