Q. Which setting stores the full list of installed apps?
β
Correct Answer: (D)
INSTALLED_APPS
Explanation: `INSTALLED_APPS` in `settings.py` lists all Django and third-party apps.