πŸ“Š Django
Q. Where do you register models to make them accessible in the Django admin?
  • (A) models.py
  • (B) admin.py
  • (C) settings.py
  • (D) views.py
πŸ’¬ Discuss
βœ… Correct Answer: (B) admin.py

Explanation: Models are registered in `admin.py` to manage them via the admin interface.

Explanation by: Mr. Dubey
Models are registered in `admin.py` to manage them via the admin interface.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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