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

πŸ‘οΈ
96
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
80%
Success Rate