mirror of
https://github.com/himool/HimoolERP.git
synced 2024-11-15 11:58:42 +08:00
7 lines
153 B
Python
7 lines
153 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class StockCheckConfig(AppConfig):
|
||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||
|
name = 'stock_check'
|