mirror of
https://github.com/himool/HimoolERP.git
synced 2026-01-13 04:44:37 +08:00
5 lines
93 B
Python
5 lines
93 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class WarehouseConfig(AppConfig):
|
|
name = 'warehouse'
|