mirror of
https://github.com/himool/HimoolERP.git
synced 2024-11-16 04:15:51 +08:00
6 lines
147 B
Python
6 lines
147 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class GoodsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'apps.goods'
|