Monday, September 22, 2014

Re: updating site domain with data migration

On Mon, Sep 22, 2014 at 08:41:36AM -0700, Anil Jangity wrote:
>If I don't use syncdb, I should also create the super user account
>using data migration? If so, it seems like I need to go do
>User.objects.create_superuser().

There still is the option of running "python manage.py createsuperuser"
after the migrations are applied. If I don't need a superuser account
during the migration, this would be my way of doing it.

/Markus

No comments:

Post a Comment