Guest User

Untitled

a guest
Jul 16th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. python manage.py startmigration feed --initial
  2. Traceback (most recent call last):
  3. File "manage.py", line 11, in <module>
  4. execute_manager(settings)
  5. File "/Users/***/Library/Python/2.6/site-packages/Django-1.1.1-py2.6.egg/django/core/management/__init__.py", line 362, in execute_manager
  6. utility.execute()
  7. File "/Users/***/Library/Python/2.6/site-packages/Django-1.1.1-py2.6.egg/django/core/management/__init__.py", line 303, in execute
  8. self.fetch_command(subcommand).run_from_argv(self.argv)
  9. File "/Users/***/Library/Python/2.6/site-packages/Django-1.1.1-py2.6.egg/django/core/management/base.py", line 195, in run_from_argv
  10. self.execute(*args, **options.__dict__)
  11. File "/Users/***/Library/Python/2.6/site-packages/Django-1.1.1-py2.6.egg/django/core/management/base.py", line 222, in execute
  12. output = self.handle(*args, **options)
  13. File "/Users/***/Library/Python/2.6/site-packages/South-0.6.2-py2.6.egg/south/management/commands/startmigration.py", line 91, in handle
  14. app_models_module = models.get_app(app)
  15. File "/Users/***/Library/Python/2.6/site-packages/Django-1.1.1-py2.6.egg/django/db/models/loading.py", line 125, in get_app
  16. raise ImproperlyConfigured, "App with label %s could not be found" % app_label
  17. django.core.exceptions.ImproperlyConfigured: App with label feed could not be found
Add Comment
Please, Sign In to add comment