Marwan Alwali 0357921e3d update
2025-09-21 17:35:20 +03:00

7 lines
154 B
Python

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