Files
tmhr/hrm/apps.py
2024-02-23 10:30:02 +00:00

7 lines
138 B
Python
Executable File

from django.apps import AppConfig
class HrmConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'hrm'