πŸ“Š Django
Q. Which of the following is required in a model to use Django Admin?
  • (A) Admin class
  • (B) Model registration
  • (C) views.py
  • (D) forms.py
πŸ’¬ Discuss
βœ… Correct Answer: (B) Model registration

Explanation: You must register your model in `admin.py` to manage it via Django Admin.

Explanation by: Mr. Dubey
You must register your model in `admin.py` to manage it via Django Admin.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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