As Melvyn statet, I do not believe this is a py2 vs py3 issue. On your stacktrace it seems as the migrations of the quickbbs app are conflicting in some way.
Maybe a migration was created using py2 and another using py3 (as they were created 6 months appart - the name of the migration is a timestamp). Take a look at each migration file to analyse what it is doing. And if possible, you can try to merge manually what the migrations are doing and leave only one of them to be run. Another issue could be VCS related, and some migration file was added/ignored on the filesystem making the migrations fail. To test everything, you can backup you DB somewhere and make the migrations again from scratch. Hope it helps! *[]'s* *Daniel Germano Travieso* *Engenharia da Computação Turma: 013* *Unicamp* On Wed, May 23, 2018 at 10:56 AM, Melvyn Sopacua <m.r.sopa...@gmail.com> wrote: > 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. > -- 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/CABF8kZP5MT%2BCedZ7xun7rzAt2ot%2BCg1SmG5LXaE_BFti1367fQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.