A

Admin • 802.91K Points
Coach

Q. Which file contains the list of installed apps in a Django project?

  • (A) apps.py
  • (B) init.py
  • (C) settings.py
  • (D) manage.py
  • Correct Answer - Option(C)
  • Views: 5
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
The list of installed apps is located in `settings.py` under the `INSTALLED_APPS` variable.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.