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