from pathlib import Path >>> from django.core.files import File >>> path = Path("/some/external/specs.pdf") >>> car = Car.objects.get(name="57 Chevy") ...
確定! 回上一頁