a1.publications.add(p1). Create another Article , and set it to appear in the Publications : >>> a2 = Article(headline="NASA uses Python") >>> a2.save() > ...
確定! 回上一頁