Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizwan Mansuri authored and Rizwan Mansuri committed Feb 19, 2019
1 parent d31f44e commit cea14e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 68 deletions.
5 changes: 3 additions & 2 deletions djangocms_version_locking/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@


class VersionLockingConfig(AppConfig):
name = 'djangocms_version_locking'
verbose_name = _('django CMS Version Locking')
name = "djangocms_version_locking"
verbose_name = _("django CMS Version Locking")

def ready(self):
from .monkeypatch import checks, cms_toolbars, models
from .monkeypatch import admin as monkeypatch_admin
42 changes: 0 additions & 42 deletions djangocms_version_locking/cms_config.py

This file was deleted.

24 changes: 0 additions & 24 deletions tests/test_cms_config.py

This file was deleted.

0 comments on commit cea14e4

Please sign in to comment.