Once you've created your data models, Django automatically gives you a database-abstraction ... q = Entry.objects.filter(headline__startswith="What") >>> q ...
確定! 回上一頁