Question: To add a new app to an existing Django project, you must edit the **_ section of the _** file.
- ALLOWED_HOSTS; settings.py
- APPS; manage.py
- INSTALLED_APPS; settings.py
- TEMPLATES; urls.py
Answer: The correct answer of the above question is Option C:INSTALLED_APPS; settings.py