Skip to main content
🔮 Output PredictionDJ Django Hard⚡+35 XP

get_object_or_404

What happens when the object isn't found?

Django
post = get_object_or_404(Post, pk=pk)

🔮 What is the output?