Skip to content

Commit

Permalink
Uninstall South
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Dec 19, 2014
1 parent 796f48d commit 70b1b74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion buildout.cfg
Expand Up @@ -11,7 +11,6 @@ eggs = django
django-blog-zinnia
djangocms-text-ckeditor
Pillow
South
extensions = gp.vcsdevelop
develop-dir = django-apps-src
vcs-update = true
Expand Down
3 changes: 1 addition & 2 deletions demo_cmsplugin_zinnia/settings.py
Expand Up @@ -87,7 +87,6 @@
'cms',
'cmsplugin_zinnia',
'menus',
'south',
)

CMS_TEMPLATES = (
Expand All @@ -96,6 +95,6 @@

ZINNIA_ENTRY_BASE_MODEL = 'cmsplugin_zinnia.placeholder.EntryPlaceholder'

SOUTH_MIGRATION_MODULES = {
MIGRATION_MODULES = {
'zinnia': 'demo_cmsplugin_zinnia.migrations.zinnia',
}

0 comments on commit 70b1b74

Please sign in to comment.