9 lines
199 B
Python
9 lines
199 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class WriterConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'igny8_core.modules.writer'
|
|
verbose_name = 'Writer Module'
|
|
|