If you're a junior developer, don't create a custom user model in the middle of the project. First create a custom user model. Before the migrate command. (Admin tables are created with migrate.) Otherwise, you will spend 2 hours like me😓😀
#django #python