0

I am using django 1.8 and django-nose 1.4 and while I run

REUSE_DB=1 python manage.py test

It shows error message

'module' object has no attribute 'commit_unless_managed'

What may the the solution ?

Bishnu Bhattarai
  • 2,800
  • 8
  • 36
  • 44

1 Answers1

0

solution is to remove the reuse flag for at least one call. your previous build broke the db and it needs to reset it.

patroqueeet
  • 764
  • 1
  • 8
  • 19