Q. What is the role of the apps.py file in a Django app?
β
Correct Answer: (C)
App configuration
Explanation: apps.py contains the app configuration class for the Django app.