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