Guest User

Untitled

a guest
Jul 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. python manage.py test aurprofile
  2. Traceback (most recent call last):
  3. File "manage.py", line 21, in <module>
  4. execute_manager(settings)
  5. File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 362, in execute_manager
  6. utility.execute()
  7. File "/usr/lib/python2.6/site-packages/django/core/management/__init__.py", line 303, in execute
  8. self.fetch_command(subcommand).run_from_argv(self.argv)
  9. File "/usr/lib/python2.6/site-packages/django/core/management/base.py", line 195, in run_from_argv
  10. self.execute(*args, **options.__dict__)
  11. File "/usr/lib/python2.6/site-packages/django/core/management/base.py", line 222, in execute
  12. output = self.handle(*args, **options)
  13. File "/usr/lib/python2.6/site-packages/django/core/management/commands/test.py", line 23, in handle
  14. failures = test_runner(test_labels, verbosity=verbosity, interactive=interactive)
  15. File "/usr/lib/python2.6/site-packages/django/test/simple.py", line 178, in run_tests
  16. app = get_app(label)
  17. File "/usr/lib/python2.6/site-packages/django/db/models/loading.py", line 125, in get_app
  18. raise ImproperlyConfigured, "App with label %s could not be found" % app_label
  19. django.core.exceptions.ImproperlyConfigured: App with label aurprofile could not be found
Add Comment
Please, Sign In to add comment