<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>torajirousan</author_name>
  <author_url>https://blog.hatena.ne.jp/torajirousan/</author_url>
  <blog_title>diadia</blog_title>
  <blog_url>https://torajirousan.hatenadiary.jp/</blog_url>
  <categories>
    <anon>django</anon>
    <anon>Django</anon>
  </categories>
  <description>models.pyにでclassを設定する目的はデータベースを作るために行われる。 具体的にはテーブルのカラムを定めること。 そしてデータが入れられればデータベースとなる。models.py class Blog(models.Model): title = models.CharField(max_length=30) content = models.TextField() datetime = models.DateTimeField(auto_now=True) クラス以下に書かれた変数がテーブルのカラムとなる。models.Field...の記述はフィールドにデータの性質を決めたり、…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftorajirousan.hatenadiary.jp%2Fentry%2F2018%2F09%2F27%2F202432&quot; title=&quot;class についてちょっと整理する - diadia&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-09-27 20:24:32</published>
  <title>class についてちょっと整理する</title>
  <type>rich</type>
  <url>https://torajirousan.hatenadiary.jp/entry/2018/09/27/202432</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
