RootCauseunvalidated
You can add your apps package to the sys.path — so you don't need to worry about the name. Tension: and just include the name of the app in INSTALLED_APPS as always. Outcome: sys.path.insert(0, str(BASE_DIR / 'apps')).
4d3a5e93-53b9-43ef-a494-b409b5d85ee8
You can add your apps package to the sys.path — so you don't need to worry about the name. Tension: and just include the name of the app in INSTALLED_APPS as always. Outcome: sys.path.insert(0, str(BASE_DIR / 'apps')).