Category Archives: Code

Making Django’s Database Connection More Secure for Migrations

Since Django 1.7 (September, 2014) and the introduction of schema migrations, it has always bugged me that Django needs to connect to the database with a user that has pretty close to ALL privileges. That is because when migrate runs it needs … Continue reading

Posted in Application Development, Code | Tagged | Comments Off on Making Django’s Database Connection More Secure for Migrations