On woensdag 23 mei 2018 12:55:58 CEST Benjamin Schollnick wrote:

> nerv:quickbbs Benjamin$ manage.py migrate --run-syncdb

<snip> 


> (quickbbs) nerv:quickbbs Benjamin$ python3 manage.py migrate
> 
> Running on nerv.local
> 
> CommandError: Conflicting migrations detected; multiple leaf nodes in the
> migration graph: (0019_auto_20171108_0155, 0044_auto_20180519_1914 in
> quickbbs).

Not convinced yet this is a py2 versus py3 problem. First, you're running 
different command flags (though, not sure it matters in this case). Second, the 
Django version for py3 can be different from the py2 version.

>From the backtrace it isn't clear though which app is causing this. If it 
really is a py2 versus py3 issue, then I suspect that some migrations are done 
only for py3, though that is really bad practice.

-- 
Melvyn Sopacua

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2403869.zZKC4CeI1l%40fritzbook.
For more options, visit https://groups.google.com/d/optout.

Reply via email to