Q. What is the default name of the configuration class for a Django app?
β
Correct Answer: (B)
AppConfig
Explanation: `AppConfig` is the default configuration class used to configure a Django app.