Switch to TranslatableSlugMixin. Fix #27

This commit is contained in:
Iacopo Spalletti 2014-06-11 17:45:18 +02:00
commit a35fc201e8
4 changed files with 7 additions and 13 deletions

View file

@ -112,7 +112,8 @@ try:
)
from django_nose import NoseTestSuiteRunner
except ImportError:
except ImportError as e:
print(e)
raise ImportError('To fix this error, run: pip install -r requirements-test.txt')