Re: Best way to switch from mysql to postgres?

2016-05-11 Thread John Griebel
What is the error you are getting? -- 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

Re: Running Django-Test fails with TransactionManagementError

2016-04-15 Thread John Griebel
sts, just not >> in a subdirectory of each app, but in a separate tests directory. >> >> >> >> >> >> >> Am Freitag, 15. April 2016 15:52:13 UTC+2 schrieb John Griebel: >>> >>> The next step (for me at least) would be to start removin

Re: Running Django-Test fails with TransactionManagementError

2016-04-15 Thread John Griebel
Django / Python. > > Regards > schaf > > Am Freitag, 15. April 2016 15:11:40 UTC+2 schrieb John Griebel: >> >> That's what I would try. >> >> On Fri, Apr 15, 2016 at 9:02 AM, <scha...@gmail.com> wrote: >> >>> Hi John, >>> thanks, but I did alr

Re: Running Django-Test fails with TransactionManagementError

2016-04-15 Thread John Griebel
anagement/commands. > So in my code there is nothing, would you recommend to comment those out, > even if it is not from my code just to see whats going on? > > Thanks > schaf > > Am Freitag, 15. April 2016 14:18:21 UTC+2 schrieb John Griebel: >> >> If you have metho

Re: Running Django-Test fails with TransactionManagementError

2016-04-15 Thread John Griebel
If you have methods using the @transaction.commit_manually decorator, comment those out temporarily. You should get a more helpful error message after doing so. On Fri, Apr 15, 2016 at 4:44 AM, wrote: > Hi All, > I took over some projects written with Python 2.7 / Django