Q. Which file lists installed Django apps? (A) urls.py (B) views.py (C) settings.py (D) models.py ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) settings.py Explanation: settings.py contains the INSTALLED_APPS list.