We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabf832 commit cb836a6Copy full SHA for cb836a6
cms/utils/setup.py
@@ -10,7 +10,7 @@ def validate_dependencies():
10
Check for installed apps, their versions and configuration options
11
"""
12
if not app_is_installed('treebeard'):
13
- raise ImproperlyConfigured('django CMS requires django-treebeard.')
+ raise ImproperlyConfigured('django CMS requires django-treebeard. Please install it and add "treebeard" to INSTALLED_APPS.')
14
15
if app_is_installed('reversion'):
16
from reversion.admin import VersionAdmin
0 commit comments