Files
ihrm/horilla_api/apps.py

7 lines
153 B
Python
Raw Normal View History

from django.apps import AppConfig
class HorillaApiConfig(AppConfig):
2024-10-10 15:45:44 +05:30
default_auto_field = "django.db.models.BigAutoField"
name = "horilla_api"