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