Closed kako-nawao closed 8 years ago
When working on a new install, I got an error related to django_nose being missing, which was probably caused by its test runner being used for all environments.
django_nose
That test runner must only be used in dev, since in prod we never run tests.
It is being used only in dev. My guess is I tried to execute a command without specifying the settings so it used the default (dev).
When working on a new install, I got an error related to
django_nose
being missing, which was probably caused by its test runner being used for all environments.That test runner must only be used in dev, since in prod we never run tests.