πŸ“Š Django
Q. What is the role of the apps.py file in a Django app?
  • (A) Stores view functions
  • (B) Defines database settings
  • (C) App configuration
  • (D) Lists installed apps
πŸ’¬ Discuss
βœ… Correct Answer: (C) App configuration

Explanation: apps.py contains the app configuration class for the Django app.

Explanation by: Rakesh Yadav
apps.py contains the app configuration class for the Django app.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
61
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Rakesh Yadav
Publisher
πŸ“ˆ
83%
Success Rate