mirror of
https://github.com/himool/HimoolERP.git
synced 2026-01-02 07:14:23 +08:00
6 lines
151 B
Python
6 lines
151 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MessageConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'apps.message'
|