<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>블로그 옮겼습니다</title>
    <link>https://sgc109.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Wed, 1 Jul 2026 06:32:14 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>sgc109</managingEditor>
    <item>
      <title>새 블로그 주소</title>
      <link>https://sgc109.tistory.com/243</link>
      <description>&lt;p&gt;&lt;a href=&quot;https://sgc109.github.io&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;sgc109.github.io&lt;/a&gt;&lt;/p&gt;</description>
      <category>새 블로그 주소</category>
      <author>sgc109</author>
      <guid isPermaLink="true">https://sgc109.tistory.com/243</guid>
      <comments>https://sgc109.tistory.com/243#entry243comment</comments>
      <pubDate>Sat, 25 Jul 2020 21:09:43 +0900</pubDate>
    </item>
    <item>
      <title>새 블로그</title>
      <link>https://sgc109.tistory.com/notice/242</link>
      <description>&lt;p&gt;&lt;a href=&quot;https://sgc109.github.io&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;sgc109.github.io&lt;/a&gt;&lt;/p&gt;</description>
      <author>sgc109</author>
      <guid isPermaLink="true">https://sgc109.tistory.com/notice/242</guid>
      <pubDate>Sat, 25 Jul 2020 21:07:34 +0900</pubDate>
    </item>
    <item>
      <title>지금 쓰고있는 파이썬 버전에 맞는 패키지 설치하기</title>
      <link>https://sgc109.tistory.com/225</link>
      <description>&lt;p&gt;그냥 pip install 로 하면 현재 쓰고있는 파이썬 버전과 다른 버전의 패키지가 받아져서 계속 패키지가 없다고 나오는 경우가 있음&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;python -m pip install 패지명&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;으로 하면됨&lt;/p&gt;</description>
      <category>Development/Web</category>
      <author>sgc109</author>
      <guid isPermaLink="true">https://sgc109.tistory.com/225</guid>
      <comments>https://sgc109.tistory.com/225#entry225comment</comments>
      <pubDate>Sun, 20 May 2018 16:03:45 +0900</pubDate>
    </item>
    <item>
      <title>Remote 저장소에 이미 올린 데이터 gitignore에 추가한뒤 Remote 저장소에서 삭제되게하기</title>
      <link>https://sgc109.tistory.com/224</link>
      <description>&lt;pre style=&quot;margin-top: 0px; margin-bottom: 1em; padding: 5px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; background-color: rgb(239, 240, 241); word-wrap: normal; color: rgb(36, 39, 41);&quot;&gt;&lt;code style=&quot;margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; white-space: inherit;&quot;&gt;git rm -r --cached some-directory
git commit -m 'Remove the now ignored directory &quot;some-directory&quot;'
git push origin master&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Development/Git</category>
      <author>sgc109</author>
      <guid isPermaLink="true">https://sgc109.tistory.com/224</guid>
      <comments>https://sgc109.tistory.com/224#entry224comment</comments>
      <pubDate>Sun, 20 May 2018 01:23:55 +0900</pubDate>
    </item>
    <item>
      <title>장고 처음에 프로젝트 만들기</title>
      <link>https://sgc109.tistory.com/223</link>
      <description>&lt;p class=&quot;code-label&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; margin: 0px 0px 0.85em; font-size: small; background-color: rgba(0, 0, 0, 0.07); display: inline-block; line-height: inherit; padding: 2px 8px; orphans: 3; widows: 3; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; letter-spacing: 0.2px;&quot;&gt;command-line&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;$ sudo apt install python3.6&lt;/code&gt;&lt;/pre&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;$ mkdir djangogirls
$ cd djangogirls&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;$ python3 -m venv myvenv&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;$ source myvenv/bin/activate&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;혹은&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;$ . myvenv/bin/activate&lt;/code&gt;&lt;/pre&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;(myvenv) ~$ pip install --upgrade pip&lt;/code&gt;&lt;/pre&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;(myvenv) ~$ pip install django~=1.11.0
Collecting django~=1.11.0
  Downloading Django-1.11.3-py2.py3-none-any.whl (6.8MB)
Installing collected packages: django
Successfully installed django-1.11.3&lt;/code&gt;&lt;/pre&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;(myvenv) ~/djangogirls$ django-admin startproject mysite .&lt;/code&gt;&lt;/pre&gt;&lt;p class=&quot;code-label&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; margin: 0px 0px 0.85em; font-size: small; background-color: rgba(0, 0, 0, 0.07); display: inline-block; line-height: inherit; padding: 2px 8px; orphans: 3; widows: 3; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; letter-spacing: 0.2px;&quot;&gt;mysite/settings.py&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code class=&quot;lang-python&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;    TIME_ZONE = &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'Asia/Seoul'&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code class=&quot;lang-python&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;STATIC_URL = &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'/static/'&lt;/span&gt;
STATIC_ROOT = os.path.join(BASE_DIR, &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'static'&lt;/span&gt;)&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code class=&quot;lang-python&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;ALLOWED_HOSTS = [&lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'127.0.0.1'&lt;/span&gt;, &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'.pythonanywhere.com'&lt;/span&gt;]&lt;/code&gt;&lt;/pre&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code class=&quot;lang-python&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;DATABASES = {
    &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'default'&lt;/span&gt;: {
        &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'ENGINE'&lt;/span&gt;: &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'django.db.backends.sqlite3'&lt;/span&gt;,
        &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'NAME'&lt;/span&gt;: os.path.join(BASE_DIR, &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'db.sqlite3'&lt;/span&gt;),
    }
}&lt;/code&gt;&lt;/pre&gt;&lt;p class=&quot;code-label&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; margin: 0px 0px 0.85em; font-size: small; background-color: rgba(0, 0, 0, 0.07); display: inline-block; line-height: inherit; padding: 2px 8px; orphans: 3; widows: 3; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; letter-spacing: 0.2px;&quot;&gt;command-line&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;(myvenv) ~/djangogirls$ python manage.py migrate
Operations to perform:
  Apply all migrations: auth, admin, contenttypes, sessions
Running migrations:
  Rendering model states... DONE
  Applying contenttypes.0001_initial... OK
  Applying auth.0001_initial... OK
  Applying admin.0001_initial... OK
  Applying admin.0002_logentry_remove_auto_add... OK
  Applying contenttypes.0002_remove_content_type_name... OK
  Applying auth.0002_alter_permission_name_max_length... OK
  Applying auth.0003_alter_user_email_max_length... OK
  Applying auth.0004_alter_user_username_opts... OK
  Applying auth.0005_alter_user_last_login_null... OK
  Applying auth.0006_require_contenttypes_0002... OK
  Applying auth.0007_alter_validators_add_error_messages... OK
  Applying sessions.0001_initial... OK&lt;/code&gt;&lt;/pre&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;(myvenv) ~/djangogirls$ python manage.py runserver&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&quot;어플리케이션-만들기&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; line-height: 1.1; color: rgb(51, 51, 51); margin-top: 1.275em; margin-bottom: 0.85em; font-size: 1.5em; orphans: 3; widows: 3; break-after: avoid; letter-spacing: 0.2px;&quot;&gt;어플리케이션 만들기&lt;/h3&gt;&lt;div&gt;&lt;p class=&quot;code-label&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; margin: 0px 0px 0.85em; font-size: small; background-color: rgba(0, 0, 0, 0.07); display: inline-block; line-height: inherit; padding: 2px 8px; orphans: 3; widows: 3; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; letter-spacing: 0.2px;&quot;&gt;command-line&lt;/p&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; letter-spacing: 0.2px;&quot;&gt;&lt;/span&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;(myvenv) ~/djangogirls$ python manage.py startapp blog&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p class=&quot;code-label&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; margin: 0px 0px 0.85em; font-size: small; background-color: rgba(0, 0, 0, 0.07); display: inline-block; line-height: inherit; padding: 2px 8px; orphans: 3; widows: 3; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; letter-spacing: 0.2px;&quot;&gt;mysite/settings.py&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; letter-spacing: 0.2px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code class=&quot;lang-python&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;INSTALLED_APPS = [
    &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'django.contrib.admin'&lt;/span&gt;,
    &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'django.contrib.auth'&lt;/span&gt;,
    &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'django.contrib.contenttypes'&lt;/span&gt;,
    &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'django.contrib.sessions'&lt;/span&gt;,
    &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'django.contrib.messages'&lt;/span&gt;,
    &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'django.contrib.staticfiles'&lt;/span&gt;,
    &lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'blog'&lt;/span&gt;,
]&lt;/code&gt;&lt;/pre&gt;&lt;p class=&quot;code-label&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; margin: 0px 0px 0.85em; font-size: small; background-color: rgba(0, 0, 0, 0.07); display: inline-block; line-height: inherit; padding: 2px 8px; orphans: 3; widows: 3; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; letter-spacing: 0.2px;&quot;&gt;blog/models.py&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; letter-spacing: 0.2px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code class=&quot;lang-python&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;&lt;span class=&quot;hljs-keyword&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(137, 89, 168);&quot;&gt;from&lt;/span&gt; django.db &lt;span class=&quot;hljs-keyword&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(137, 89, 168);&quot;&gt;import&lt;/span&gt; models
&lt;span class=&quot;hljs-keyword&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(137, 89, 168);&quot;&gt;from&lt;/span&gt; django.utils &lt;span class=&quot;hljs-keyword&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(137, 89, 168);&quot;&gt;import&lt;/span&gt; timezone


&lt;span class=&quot;hljs-class&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit;&quot;&gt;&lt;span class=&quot;hljs-keyword&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(137, 89, 168);&quot;&gt;class&lt;/span&gt; &lt;span class=&quot;hljs-title&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(142, 144, 140);&quot;&gt;Post&lt;/span&gt;&lt;span class=&quot;hljs-params&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(245, 135, 31);&quot;&gt;(models.Model)&lt;/span&gt;:&lt;/span&gt;
    author = models.ForeignKey(&lt;span class=&quot;hljs-string&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(113, 140, 0);&quot;&gt;'auth.User'&lt;/span&gt;, on_delete=models.CASCADE)
    title = models.CharField(max_length=&lt;span class=&quot;hljs-number&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(245, 135, 31);&quot;&gt;200&lt;/span&gt;)
    text = models.TextField()
    created_date = models.DateTimeField(
            default=timezone.now)
    published_date = models.DateTimeField(
            blank=&lt;span class=&quot;hljs-keyword&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(137, 89, 168);&quot;&gt;True&lt;/span&gt;, null=&lt;span class=&quot;hljs-keyword&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(137, 89, 168);&quot;&gt;True&lt;/span&gt;)

    &lt;span class=&quot;hljs-function&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(66, 113, 174);&quot;&gt;&lt;span class=&quot;hljs-keyword&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(137, 89, 168);&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;hljs-title&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(142, 144, 140);&quot;&gt;publish&lt;/span&gt;&lt;span class=&quot;hljs-params&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(245, 135, 31);&quot;&gt;(self)&lt;/span&gt;:&lt;/span&gt;
        self.published_date = timezone.now()
        self.save()

    &lt;span class=&quot;hljs-function&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(66, 113, 174);&quot;&gt;&lt;span class=&quot;hljs-keyword&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(137, 89, 168);&quot;&gt;def&lt;/span&gt; &lt;span class=&quot;hljs-title&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(142, 144, 140);&quot;&gt;__str__&lt;/span&gt;&lt;span class=&quot;hljs-params&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(245, 135, 31);&quot;&gt;(self)&lt;/span&gt;:&lt;/span&gt;
        &lt;span class=&quot;hljs-keyword&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-size: inherit; color: rgb(137, 89, 168);&quot;&gt;return&lt;/span&gt; self.title&lt;/code&gt;&lt;/pre&gt;&lt;p class=&quot;code-label&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; margin: 0px 0px 0.85em; font-size: small; background-color: rgba(0, 0, 0, 0.07); display: inline-block; line-height: inherit; padding: 2px 8px; orphans: 3; widows: 3; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; letter-spacing: 0.2px;&quot;&gt;command-line&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; letter-spacing: 0.2px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;(myvenv) ~/djangogirls$ python manage.py makemigrations blog
Migrations for 'blog':
  blog/migrations/0001_initial.py:
  - Create model Post&lt;/code&gt;&lt;/pre&gt;&lt;p class=&quot;code-label&quot; style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; margin: 0px 0px 0.85em; font-size: small; background-color: rgba(0, 0, 0, 0.07); display: inline-block; line-height: inherit; padding: 2px 8px; orphans: 3; widows: 3; color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; letter-spacing: 0.2px;&quot;&gt;command-line&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(51, 51, 51); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 16px; letter-spacing: 0.2px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 16px; white-space: pre-wrap; margin-top: 0px; margin-bottom: 1.275em; overflow: auto; padding: 0.85em 1em; line-height: 1.42857; color: rgb(51, 51, 51); word-break: break-all; word-wrap: normal; background: rgb(247, 247, 247); border: none; border-radius: 4px; break-inside: avoid; direction: ltr; letter-spacing: 0.2px;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; -webkit-tap-highlight-color: transparent; text-size-adjust: none; -webkit-font-smoothing: antialiased; font-family: Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 0.85em; padding: 0px; color: inherit; background: 0px 0px; border-radius: 0px; white-space: pre; break-inside: avoid; direction: ltr; margin: 0px; border: none; display: inline; max-width: initial; overflow: initial; line-height: inherit;&quot;&gt;(myvenv) ~/djangogirls$ python manage.py migrate blog
Operations to perform:
  Apply all migrations: blog
Running migrations:
  Rendering model states... DONE
  Applying blog.0001_initial... OK&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Development/Web</category>
      <author>sgc109</author>
      <guid isPermaLink="true">https://sgc109.tistory.com/223</guid>
      <comments>https://sgc109.tistory.com/223#entry223comment</comments>
      <pubDate>Sat, 19 May 2018 18:54:51 +0900</pubDate>
    </item>
    <item>
      <title>Git 리모트 저장소 보기, url 변경하기, push하기, 브랜치명 바꿔올리기</title>
      <link>https://sgc109.tistory.com/222</link>
      <description>&lt;p&gt;remote 저장소 보기&lt;/p&gt;&lt;pre class=&quot;command-line&quot; style=&quot;margin-top: 10px; margin-bottom: 10px; padding: 10px; border: 2px solid rgb(221, 221, 221); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace; vertical-align: baseline; color: rgb(255, 255, 255); border-radius: 3px; background-clip: padding-box; -webkit-font-smoothing: auto; overflow: auto; background-color: rgb(51, 51, 51);&quot;&gt;&lt;span class=&quot;command&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;git remote -v&lt;/span&gt;
&lt;span class=&quot;output&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(99, 228, 99);&quot;&gt;origin  git@github.com:&lt;em style=&quot;margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(249, 254, 100);&quot;&gt;USERNAME/REPOSITORY&lt;/em&gt;.git (fetch)&lt;/span&gt;
&lt;span class=&quot;output&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(99, 228, 99);&quot;&gt;origin  git@github.com:&lt;em style=&quot;margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(249, 254, 100);&quot;&gt;USERNAME/REPOSITORY&lt;/em&gt;.git (push)&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;remote 저장소 url 변경하기&lt;/p&gt;&lt;pre class=&quot;command-line&quot; style=&quot;margin-top: 10px; margin-bottom: 10px; padding: 10px; border: 2px solid rgb(221, 221, 221); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace; vertical-align: baseline; color: rgb(255, 255, 255); border-radius: 3px; background-clip: padding-box; -webkit-font-smoothing: auto; overflow: auto; background-color: rgb(51, 51, 51);&quot;&gt;&lt;span class=&quot;command&quot; style=&quot;margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; white-space: pre-wrap;&quot;&gt;git remote set-url origin https://github.com/&lt;em style=&quot;margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(249, 254, 100);&quot;&gt;USERNAME&lt;/em&gt;/&lt;em style=&quot;margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(249, 254, 100);&quot;&gt;REPOSITORY&lt;/em&gt;.git&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;remote 저장소에 push 하기&lt;/p&gt;&lt;pre class=&quot;command-line&quot; style=&quot;margin-top: 10px; margin-bottom: 10px; padding: 10px; border: 2px solid rgb(221, 221, 221); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace; vertical-align: baseline; color: rgb(255, 255, 255); border-radius: 3px; background-clip: padding-box; -webkit-font-smoothing: auto; overflow: auto; background-color: rgb(51, 51, 51);&quot;&gt;git push &lt;em style=&quot;margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(249, 254, 100);&quot;&gt; &amp;lt;REMOTENAME&amp;gt; &amp;lt;BRANCHNAME&amp;gt; &lt;/em&gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;remote 저장소에 push 할때 다른 브랜치 명으로 올리기&lt;/p&gt;&lt;pre class=&quot;command-line&quot; style=&quot;margin-top: 10px; margin-bottom: 10px; padding: 10px; border: 2px solid rgb(221, 221, 221); font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Monaco, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace; vertical-align: baseline; color: rgb(255, 255, 255); border-radius: 3px; background-clip: padding-box; -webkit-font-smoothing: auto; overflow: auto; background-color: rgb(51, 51, 51);&quot;&gt;git push &lt;em style=&quot;margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(249, 254, 100);&quot;&gt; &amp;lt;REMOTENAME&amp;gt; &amp;lt;LOCALBRANCHNAME&amp;gt;&lt;/em&gt;:&lt;em style=&quot;margin: 0px; padding: 0px; border: 0px; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: inherit; line-height: inherit; font-family: inherit; vertical-align: baseline; color: rgb(249, 254, 100);&quot;&gt;&amp;lt;REMOTEBRANCHNAME&amp;gt; &lt;/em&gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Development/Git</category>
      <author>sgc109</author>
      <guid isPermaLink="true">https://sgc109.tistory.com/222</guid>
      <comments>https://sgc109.tistory.com/222#entry222comment</comments>
      <pubDate>Sat, 19 May 2018 00:07:00 +0900</pubDate>
    </item>
    <item>
      <title>Github의 특정 저장소를 모든 커밋 히스토리와 함께 다른 저장소로 옮기기</title>
      <link>https://sgc109.tistory.com/221</link>
      <description>&lt;p&gt;출처 :&amp;nbsp;https://gist.github.com/niksumeiko/8972566&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(88, 96, 105); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Helvetica, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;; font-size: 16px;&quot;&gt;Moving git repository and all its branches, tags to a new remote repository keeping commits history&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(88, 96, 105); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Helvetica, Arial, sans-serif, &amp;quot;Apple Color Emoji&amp;quot;, &amp;quot;Segoe UI Emoji&amp;quot;, &amp;quot;Segoe UI Symbol&amp;quot;; font-size: 16px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;pre lang=&quot;unix&quot; style=&quot;box-sizing: border-box; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; font-size: 11.9px; margin-top: 0px; word-wrap: normal; padding: 16px; overflow: auto; line-height: 1.45; background-color: rgb(246, 248, 250); border-radius: 3px; color: rgb(36, 41, 46); margin-bottom: 0px !important;&quot;&gt;&lt;code style=&quot;box-sizing: border-box; font-family: SFMono-Regular, Consolas, &amp;quot;Liberation Mono&amp;quot;, Menlo, Courier, monospace; padding: 0px; margin: 0px; background: transparent; border-radius: 3px; word-break: normal; border: 0px; display: inline; overflow: visible; line-height: inherit; word-wrap: normal;&quot;&gt;git clone --mirror &amp;lt;url_of_old_repo&amp;gt;
cd &amp;lt;name_of_old_repo&amp;gt;
git remote add new-origin &amp;lt;url_of_new_repo&amp;gt;
git push new-origin --mirror&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Development/Git</category>
      <author>sgc109</author>
      <guid isPermaLink="true">https://sgc109.tistory.com/221</guid>
      <comments>https://sgc109.tistory.com/221#entry221comment</comments>
      <pubDate>Fri, 18 May 2018 23:48:38 +0900</pubDate>
    </item>
    <item>
      <title>Git 커맨드라인에서 머지할 때 Conflict 를 Resolve 하기</title>
      <link>https://sgc109.tistory.com/220</link>
      <description>&lt;p&gt;git status&lt;/p&gt;&lt;p&gt;하면 충돌난거 빨간색으로 쭉 뜸. 그럼 하나 하나 vim으로 열어보면&lt;/p&gt;&lt;p&gt;base 브랜치(머지하는 destination 브랜치)인&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;HEAD&lt;/p&gt;&lt;p&gt;부터&lt;/p&gt;&lt;p&gt;===========&lt;/p&gt;&lt;p&gt;까지와&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;source 브랜치인&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;===========&lt;/p&gt;&lt;p&gt;부터&lt;/p&gt;&lt;p&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;branch-a&lt;/p&gt;&lt;p&gt;까지랑&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;충돌난다는뜻&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;충돌나는부분 적절히 수정해주고&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;git add .&lt;/p&gt;&lt;p&gt;git commit -m 'asdf'&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;해주면 됨&lt;/p&gt;</description>
      <category>Development/Git</category>
      <author>sgc109</author>
      <guid isPermaLink="true">https://sgc109.tistory.com/220</guid>
      <comments>https://sgc109.tistory.com/220#entry220comment</comments>
      <pubDate>Fri, 4 May 2018 22:01:11 +0900</pubDate>
    </item>
    <item>
      <title>커맨드라인에서 A 저장소의 a 브랜치에, B 저장소의 b 브랜치를 머지하기</title>
      <link>https://sgc109.tistory.com/219</link>
      <description>&lt;p&gt;(A 저장소의 디렉토리와 B 저장소의 디렉토리가 현재 같은 디렉토리에 있다고 가정)&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;cd A&lt;/p&gt;&lt;p&gt;git remote B_branch ../B&lt;/p&gt;&lt;p&gt;git remote update&lt;/p&gt;&lt;p&gt;git checkout a&lt;/p&gt;&lt;p&gt;git merge B_branch/b&lt;/p&gt;</description>
      <category>Development/Git</category>
      <category>git</category>
      <author>sgc109</author>
      <guid isPermaLink="true">https://sgc109.tistory.com/219</guid>
      <comments>https://sgc109.tistory.com/219#entry219comment</comments>
      <pubDate>Fri, 4 May 2018 21:31:20 +0900</pubDate>
    </item>
    <item>
      <title>소프트웨어 마에스트로 9기 코딩 테스트 &amp;amp; 인적성검사 후기</title>
      <link>https://sgc109.tistory.com/218</link>
      <description>&lt;p&gt;소프트웨어 마에스트로 9기는 서류 60% + 코딩테스트 30% + 인적성검사 10% 로 150명을 1차 선발합니다.&lt;/p&gt;&lt;p&gt;알고리즘쪽보단 창업과 개발 관련 프로그램이었기 때문에 문제가 어렵게 나오지않을거라고 생각하고&lt;/p&gt;&lt;p&gt;편한 마음으로 보려고했는데 시험 시작 5분 전이 되니 심장이 빠르게뛰었습니다..&lt;/p&gt;&lt;p&gt;우선 55분동안 4문제를 풀어야하기 때문에 그런것도 있던것같아요.&lt;/p&gt;&lt;p&gt;결과적으로 저는 시간 안에 모두 제출했습니다. 채점 결과를 가르쳐주지 않기 때문에&lt;/p&gt;&lt;p&gt;실수가 없다면 다 맞을거라고 생각하긴하지만, 잘모르겠네요.&lt;/p&gt;&lt;p&gt;우선,&amp;nbsp;많은 사람들이 시험을 하루에 같은 장소에서 봐야하다보니&lt;/p&gt;&lt;p&gt;시간대를 여러개로 나눠서 봤습니다. 그래서인지 문제들도 4문제 중 3문제가 다르다거나 이런식인것 같더라구요.&lt;/p&gt;&lt;p&gt;아무튼 저는 오후 3시 45분이었나 그때 코딩테스트 시작했던걸로 기억하네요.&lt;/p&gt;&lt;p&gt;문제에 대해 구체적으로 언급해도되는지 모르겠어서 간단하게 적자면,&lt;/p&gt;&lt;p&gt;모든 문제가 구현 문제였습니다. 특별한 알고리즘이나 자료구조를 몰라도 푸는데 큰 지장은 없는 문제였어요.&lt;/p&gt;&lt;p&gt;단, 4번같은 경우에는 파싱도 해야하는 조금 귀찮은 구현이었어서&lt;/p&gt;&lt;p&gt;시간안에 풀기 위해서는 간단한 자료구조나 알고리즘을 알아야했을것같아요.&lt;/p&gt;&lt;p&gt;평소에 정규식을 많이 사용해봐서 익숙해져있는 사람들은 아마 좀 더 간단했을 거에요. 특히 파이썬 유저들에겐&lt;/p&gt;&lt;p&gt;더 간단했을 거라생각해요. 하지만 그래도 귀찮은건 마찬가지.. 상대적으로 다른 문제들이 너무 간단했어서 그런가..&lt;/p&gt;&lt;p&gt;저같은 경우에는 파싱은 한땀 한땀 손수 했고.. (C++의 string tokenizer나 파이썬에서&amp;nbsp;regex 를 써본 적은있지만&lt;/p&gt;&lt;p&gt;가물 가물했고, 고민할 시간조차 없었어요..)&lt;/p&gt;&lt;p&gt;C++ 유저이기때문에 map 2개썼고 sort 도 한 번 돌렸네요. 그 외엔 그냥 진짜 케이스 잘 따져서&lt;/p&gt;&lt;p&gt;잘 구현하고 함수로 깔끔하게 잘 나누고? 이러면 되는거였어요. 불편한 플랫폼과 키보드, 낯선 시험 방식&lt;/p&gt;&lt;p&gt;그리고 짧은 시간에 비해 많은 문제 수 등등 때문에 쉬운 난이도였음에도 불구하고 다 풀고나서 시간이 몇분 안남았어요.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;그리고 인적성은 따로 준비해본적 한번도 없어서 조금 불안했는데 바로 안떠오르는 4문제 빼고 다 확신갖고 풀었고 15분이남았어요.&lt;/p&gt;&lt;p&gt;그래서 남은시간동안 그 4문제를 계속 고민해봤는데 도저히 못풀겠더라구요..&amp;nbsp; 일반적인 대기업 인적성을 본적은 없지만 그것보단 쉬운가봐요.&lt;/p&gt;&lt;p&gt;아무튼 굉장히 재밌었어요.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Contests &amp;amp; Tests</category>
      <author>sgc109</author>
      <guid isPermaLink="true">https://sgc109.tistory.com/218</guid>
      <comments>https://sgc109.tistory.com/218#entry218comment</comments>
      <pubDate>Sun, 25 Mar 2018 14:45:57 +0900</pubDate>
    </item>
  </channel>
</rss>