πŸ“Š Django
Q. Which field would be best to store user profile pictures?
  • (A) CharField
  • (B) ImageField
  • (C) TextField
  • (D) URLField
πŸ’¬ Discuss
βœ… Correct Answer: (B) ImageField

Explanation: `ImageField` is designed to store and validate image files.

Explanation by: Mr. Dubey
`ImageField` is designed to store and validate image files.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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