mirror of
https://github.com/himool/HimoolERP.git
synced 2025-01-08 07:08:49 +08:00
7 lines
159 B
Python
7 lines
159 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class StockTransferConfig(AppConfig):
|
||
|
default_auto_field = 'django.db.models.BigAutoField'
|
||
|
name = 'stock_transfer'
|