Guest User

Untitled

a guest
Dec 15th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. python manage.py migrate apps.musiс
  2. Traceback (most recent call last):
  3. File "manage.py", line 14, in <module>
  4. execute_manager(settings)
  5. File "/Library/Python/2.7/site-packages/django/core/management/__init__.py", line 438, in execute_manager
  6. utility.execute()
  7. File "/Library/Python/2.7/site-packages/django/core/management/__init__.py", line 379, in execute
  8. self.fetch_command(subcommand).run_from_argv(self.argv)
  9. File "/Library/Python/2.7/site-packages/django/core/management/base.py", line 191, in run_from_argv
  10. self.execute(*args, **options.__dict__)
  11. File "/Library/Python/2.7/site-packages/django/core/management/base.py", line 220, in execute
  12. output = self.handle(*args, **options)
  13. File "/Library/Python/2.7/site-packages/south/management/commands/migrate.py", line 78, in handle
  14. apps = [Migrations(app)]
  15. File "/Library/Python/2.7/site-packages/south/migration/base.py", line 61, in __call__
  16. self.instances[app_label] = super(MigrationsMetaclass, self).__call__(app_label_to_app_module(app_label), **kwds)
  17. File "/Library/Python/2.7/site-packages/south/migration/utils.py", line 41, in app_label_to_app_module
  18. app = models.get_app(app_label)
  19. File "/Library/Python/2.7/site-packages/django/db/models/loading.py", line 140, in get_app
  20. raise ImproperlyConfigured("App with label %s could not be found" % app_label)
  21. django.core.exceptions.ImproperlyConfigured: App with label musiс could not be found
Add Comment
Please, Sign In to add comment