mirror of
https://github.com/himool/HimoolERP.git
synced 2025-02-24 22:23:57 +08:00
5 lines
91 B
Python
5 lines
91 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PurchaseConfig(AppConfig):
|
|
name = 'purchase'
|