Development Environment in 2026
Taking stock of my current development environment. This could be useful in the future as a comparison point if parts of my development environment change.
Read More →Taking stock of my current development environment. This could be useful in the future as a comparison point if parts of my development environment change.
Read More →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 →