Files
ihrm/horilla_api/__init__.py

9 lines
205 B
Python
Raw Normal View History

from horilla.settings import INSTALLED_APPS
INSTALLED_APPS.append("geofencing")
INSTALLED_APPS.append("facedetection")
2025-12-23 15:01:24 +05:30
2025-12-23 15:01:24 +05:30
# Import Swagger settings to ensure they're applied
from . import swagger_settings