どう書くorgは Djangoを使って作られていて、 下のような管理画面が 下のようなモデルの定義から自動的に生成されます。 class Comment(models.Model): topic = models.ForeignKey("Topic", null=True, blank=True) parent = models.ForeignKey("self", null=True, blank=True) create_date = models.DateTimeField() author = m... > このページを見る
最終更新時間:
2007年11月13日07時24分








