Skip to content

Commit

Permalink
Merge pull request #318 from nephila/hotfix/djangocms_develop
Browse files Browse the repository at this point in the history
Fix tests for django CMS develop
  • Loading branch information
yakky authored Jan 10, 2018
2 parents f310882 + aa66728 commit cdacfd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions djangocms_installer/django/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@ def _build_settings(config_data):

if not config_data.no_plugins:
apps.extend(vars.FILER_PLUGINS_3)
if LooseVersion(config_data.cms_version) > LooseVersion('3.4'):
apps.remove('djangocms_snippet')

if config_data.aldryn: # pragma: no cover
apps.extend(vars.ALDRYN_APPLICATIONS)
Expand Down

0 comments on commit cdacfd8

Please sign in to comment.