add AppConfig for catalog
ARCHBOM-1105
This commit is contained in:
@@ -0,0 +1 @@
|
||||
default_app_config = 'openedx.core.djangoapps.catalog.apps.CatalogConfig'
|
||||
|
||||
9
openedx/core/djangoapps/catalog/apps.py
Normal file
9
openedx/core/djangoapps/catalog/apps.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Configuration for Catalog
|
||||
"""
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class CatalogConfig(AppConfig):
|
||||
name = 'openedx.core.djangoapps.catalog'
|
||||
verbose_name = "Catalog"
|
||||
Reference in New Issue
Block a user