Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependencies #1

Open
RealBigB opened this issue Oct 11, 2013 · 1 comment
Open

Missing dependencies #1

RealBigB opened this issue Oct 11, 2013 · 1 comment
Labels

Comments

@RealBigB
Copy link

  • pip install django-cms-events
  • add "cmsplugin_events" to settings.INSTALLED_APPS
  • ./manage.py syndcb

result:

Traceback (most recent call last):
  File "./manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/home/bruno/.virtualenvs/s3g/lib/python2.6/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
    utility.execute()
  File "/home/bruno/.virtualenvs/s3g/lib/python2.6/site-packages/django/core/management/__init__.py", line 382, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/home/bruno/.virtualenvs/s3g/lib/python2.6/site-packages/django/core/management/base.py", line 196, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/home/bruno/.virtualenvs/s3g/lib/python2.6/site-packages/django/core/management/base.py", line 231, in execute
    self.validate()
  File "/home/bruno/.virtualenvs/s3g/lib/python2.6/site-packages/django/core/management/base.py", line 266, in validate
    num_errors = get_validation_errors(s, app)
  File "/home/bruno/.virtualenvs/s3g/lib/python2.6/site-packages/django/core/management/validation.py", line 30, in get_validation_errors
    for (app_name, error) in get_app_errors().items():
  File "/home/bruno/.virtualenvs/s3g/lib/python2.6/site-packages/django/db/models/loading.py", line 158, in get_app_errors
    self._populate()
  File "/home/bruno/.virtualenvs/s3g/lib/python2.6/site-packages/django/db/models/loading.py", line 67, in _populate
    self.load_app(app_name)
  File "/home/bruno/.virtualenvs/s3g/lib/python2.6/site-packages/django/db/models/loading.py", line 88, in load_app
    models = import_module('.models', app_name)
  File "/home/bruno/.virtualenvs/s3g/lib/python2.6/site-packages/django/utils/importlib.py", line 35, in import_module
    __import__(name)
  File "/home/bruno/.virtualenvs/s3g/lib/python2.6/site-packages/cmsplugin_events/models.py", line 5, in <module>
    from filer.fields.image import FilerImageField
ImportError: No module named filer.fields.image
@iodbh
Copy link

iodbh commented Jun 3, 2014

This is solved by :

  • Installing django-filer
  • adding "filer" to INSTALLED_APPS

It should probably be mentionned in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants