Created
April 5, 2010 23:18
-
-
Save dlo/357009 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dan@jamaica cnn $ python2.6 manage.py test | |
| Traceback (most recent call last): | |
| File "manage.py", line 20, in <module> | |
| execute_from_command_line() | |
| File "/Library/Python/2.6/site-packages/django/core/management/__init__.py", line 429, in execute_from_command_line | |
| utility.execute() | |
| File "/Library/Python/2.6/site-packages/django/core/management/__init__.py", line 379, in execute | |
| self.fetch_command(subcommand).run_from_argv(self.argv) | |
| File "/Library/Python/2.6/site-packages/django/core/management/base.py", line 196, in run_from_argv | |
| self.execute(*args, **options.__dict__) | |
| File "/Library/Python/2.6/site-packages/django/core/management/base.py", line 223, in execute | |
| output = self.handle(*args, **options) | |
| File "/Library/Python/2.6/site-packages/django/core/management/commands/test.py", line 34, in handle | |
| failures = TestRunner(test_labels, verbosity=verbosity, interactive=interactive) | |
| File "/Users/dan/projects/cnn/cnnv2/backend/trunk/cnn/test_runner.py", line 16, in run_tests | |
| suite.addTest(build_suite(get_app(app))) | |
| File "/Library/Python/2.6/site-packages/django/db/models/loading.py", line 126, in get_app | |
| raise ImproperlyConfigured("App with label %s could not be found" % app_label) | |
| django.core.exceptions.ImproperlyConfigured: App with label games could not be found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment