Pahse 5
This commit is contained in:
12
backend/igny8_core/modules/publisher/apps.py
Normal file
12
backend/igny8_core/modules/publisher/apps.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
Publisher Module App Configuration
|
||||
"""
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class PublisherConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'igny8_core.modules.publisher'
|
||||
label = 'publisher'
|
||||
verbose_name = 'Publisher'
|
||||
|
||||
Reference in New Issue
Block a user