πŸ“Š Django
Q. In which file do you typically register models to appear in Django admin?
  • (A) views.py
  • (B) admin.py
  • (C) apps.py
  • (D) models.py
πŸ’¬ Discuss
βœ… Correct Answer: (B) admin.py

Explanation: You register models in admin.py to make them appear in Django admin interface.

Explanation by: Mr. Dubey
You register models in admin.py to make them appear in Django admin interface.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
63
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate