mirror of
https://github.com/himool/HimoolERP.git
synced 2025-02-25 14:44:02 +08:00
5 lines
83 B
Python
5 lines
83 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class UserConfig(AppConfig):
|
|
name = 'user'
|