Django + PostgreSQL custom auth model

Really taxed on time at the moment, hoping to write this down in detail soon. The issue I'm hoping to address is when one tries to change the authentication model in a Django/PostgreSQL application after some initial migrations have been made. This seems to be a known pain point https://docs.djangoproject.com/en/2.1/topics/auth/customizing/#changing-to-a-custom-user-model-mid-projecthttps://code.djangoproject.com/ticket/25313https://teamtreehouse.com/community/i-get-an-error-when-i-try-to-makemigrations-and-migrate Since I was mid development … Continue reading Django + PostgreSQL custom auth model

Changing the Authentication Password in Ubuntu

This post will deal with recovering or rather changing the authentication/root password of your system . You might often encounter the need to do this . Maybe you've simply forgotten your password , maybe someone else installed the OS on your system and left you in dark of the authentication password or maybe you just … Continue reading Changing the Authentication Password in Ubuntu