Files
ihrm/horilla_api/__init__.py
2025-05-08 16:43:50 +05:30

5 lines
120 B
Python

from horilla.settings import INSTALLED_APPS
INSTALLED_APPS.append("geofencing")
INSTALLED_APPS.append("facedetection")