Question: To add a new app to an existing Django project, you must edit the **_ section of the _** file.

  1. ALLOWED_HOSTS; settings.py
  2. APPS; manage.py
  3. INSTALLED_APPS; settings.py
  4. TEMPLATES; urls.py

Answer: The correct answer of the above question is Option C:INSTALLED_APPS; settings.py