All checks were successful
Build And Test / build-and-push (push) Successful in 4m23s
7 lines
155 B
Python
7 lines
155 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class BoardNoticeConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'board_notice'
|