[UPDT] HORILLA: Updated horilla global varriable APPS by declare them in every app ready() function
This commit is contained in:
@@ -23,8 +23,10 @@ class RecruitmentConfig(AppConfig):
|
||||
def ready(self):
|
||||
from django.urls import include, path
|
||||
|
||||
from horilla.horilla_settings import APPS
|
||||
from horilla.urls import urlpatterns
|
||||
|
||||
APPS.append("recruitment")
|
||||
urlpatterns.append(
|
||||
path("recruitment/", include("recruitment.urls")),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user