Q. Which function is used to serve static files in development?

  • (A) serve_static()
  • (B) static.serve
  • (C) staticfiles_view
  • (D) serve_dev_files
πŸ’¬ Discuss
βœ… Correct Answer: (B) static.serve
Explanation: `django.views.static.serve` is used in development for serving static files.
Explanation by: Mr. Dubey
`django.views.static.serve` is used in development for serving static files.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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