diff --git a/horilla/settings/base.py b/horilla/settings/base.py index d2c44b7bb..1d47b3ab0 100644 --- a/horilla/settings/base.py +++ b/horilla/settings/base.py @@ -410,6 +410,7 @@ APP_URLS = [ ] APPS = [ + "auth", "base", "employee", "horilla_documents",