Problemunvalidated
I'm trying to create a default user, specifically a superuser, in an early data migration. Tension: I've seen when adding initial data to a Django project, the best practice is to do it through a Data Migration. Outcome: I had already tried different options for creating said superuser.
0e7252bc-7faf-40ed-b7d8-124951e46d5b
I'm trying to create a default user, specifically a superuser, in an early data migration. Tension: I've seen when adding initial data to a Django project, the best practice is to do it through a Data Migration. Outcome: I had already tried different options for creating said superuser.