Guest User

Untitled

a guest
Oct 19th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. [giedi]$ python manage.py syncdb
  2. Traceback (most recent call last):
  3. File "manage.py", line 11, in <module>
  4. execute_manager(settings)
  5. File "/var/lib/python-support/python2.5/django/core/management/__init__.py", line 438, in execute_manager
  6. utility.execute()
  7. File "/var/lib/python-support/python2.5/django/core/management/__init__.py", line 379, in execute
  8. self.fetch_command(subcommand).run_from_argv(self.argv)
  9. File "/var/lib/python-support/python2.5/django/core/management/__init__.py", line 257, in fetch_command
  10. klass = load_command_class(app_name, subcommand)
  11. File "/var/lib/python-support/python2.5/django/core/management/__init__.py", line 67, in load_command_class
  12. module = import_module('%s.management.commands.%s' % (app_name, name))
  13. File "/var/lib/python-support/python2.5/django/utils/importlib.py", line 35, in import_module
  14. __import__(name)
  15. File "/home/kingjamool/jameel.is/Jameel/south/management/commands/__init__.py", line 10, in <module>
  16. import django.template.loaders.app_directories
  17. File "/var/lib/python-support/python2.5/django/template/loaders/app_directories.py", line 23, in <module>
  18. raise ImproperlyConfigured('ImportError %s: %s' % (app, e.args[0]))
  19. django.core.exceptions.ImproperlyConfigured: ImportError cms.plugin.link: No module named plugin.link
Add Comment
Please, Sign In to add comment