useless dependencies removed.

plugins logging improved
This commit is contained in:
Serghei Mihai 2014-09-04 16:39:10 +02:00
parent dcd9549295
commit 8bb9a3d277
3 changed files with 1 additions and 5 deletions

View File

@ -17,7 +17,7 @@ def get_plugins(*args, **kwargs):
plugin = entrypoint.load()
except Exception, e:
logger.exception('failed to load entrypoint %s', entrypoint)
raise PluginError('failed to load entrypoint %s' % entrypoint)
raise PluginError('failed to load entrypoint %s' % entrypoint, e)
plugins.append(plugin(*args, **kwargs))
return plugins

View File

@ -7,8 +7,6 @@ requests>=1.0.0
feedparser
django>=1.5.1,<1.6
south>=0.8.4
Pillow
djangocms-text-ckeditor
django-cms-ajax-text-plugin
django-allauth
django-admin-tools

View File

@ -121,9 +121,7 @@ setup(name="portail-citoyen2",
'django-cms>=3',
'python-entrouvert',
'south>=0.8.4',
'Pillow',
'djangocms-text-ckeditor',
'django-cms-ajax-text-plugin',
'django-allauth',
'django-admin-tools',
],