mirror of
https://github.com/himool/HimoolERP.git
synced 2026-01-15 05:44:23 +08:00
5 lines
85 B
Python
5 lines
85 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SalesConfig(AppConfig):
|
|
name = 'sales'
|