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