Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Define CMS app
  • Loading branch information
Merlin Buczek committed May 3, 2019
1 parent 1ed9e82 commit 8a4d915
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mpicms/cms/apps.py
@@ -0,0 +1,6 @@
from django.apps import AppConfig


class CMSAppConfig(AppConfig):
name = "mpicms.cms"
verbose_name = "CMS"

0 comments on commit 8a4d915

Please sign in to comment.