12 lines
312 B
Python
12 lines
312 B
Python
|
|
"""publish Core application"""
|
||
|
|
# from django.apps import AppConfig
|
||
|
|
# from django.utils.translation import gettext_lazy as _
|
||
|
|
|
||
|
|
|
||
|
|
# class CoreConfig(AppConfig):
|
||
|
|
# """Configuration class for the publish core app."""
|
||
|
|
|
||
|
|
# name = "core"
|
||
|
|
# app_label = "core"
|
||
|
|
# verbose_name = _("publish core application")
|