luca
0
Q:

import get_object_or_404

from django.shortcuts import get_object_or_404
0
from django.shortcuts import get_object_or_404

def my_view(request):
    obj = get_object_or_404(MyModel, pk=1)
0

New to Communities?

Join the community