πŸ“Š Django
Q. Which setting stores the full list of installed apps?
  • (A) APP_CONFIG
  • (B) INSTALLED_MODULES
  • (C) APP_SETTINGS
  • (D) INSTALLED_APPS
πŸ’¬ Discuss
βœ… Correct Answer: (D) INSTALLED_APPS

Explanation: `INSTALLED_APPS` in `settings.py` lists all Django and third-party apps.

Explanation by: Mr. Dubey
`INSTALLED_APPS` in `settings.py` lists all Django and third-party apps.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
61
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
92%
Success Rate