<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: shelbysoutter</title>
    <description>The latest articles on Forem by shelbysoutter (@shelbysoutter).</description>
    <link>https://forem.com/shelbysoutter</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F395904%2Fb850fe10-aacd-4d2a-83c9-f59c8112c612.png</url>
      <title>Forem: shelbysoutter</title>
      <link>https://forem.com/shelbysoutter</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/shelbysoutter"/>
    <language>en</language>
    <item>
      <title>Merging with branches...the circle of life </title>
      <dc:creator>shelbysoutter</dc:creator>
      <pubDate>Tue, 07 Jul 2020 14:29:34 +0000</pubDate>
      <link>https://forem.com/shelbysoutter/merging-with-branches-the-circle-of-life-52a5</link>
      <guid>https://forem.com/shelbysoutter/merging-with-branches-the-circle-of-life-52a5</guid>
      <description>&lt;p&gt;Because I will likely forget all of the nuances of merging with branches to the main branch...&lt;/p&gt;

&lt;p&gt;1) Merge remote main to local:&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git checkout main&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;



&lt;p&gt;&lt;code&gt;git pull origin main&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;2) Merge main to feature branch:&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git checkout feature branch&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;



&lt;p&gt;&lt;code&gt;git merge main&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;3) Merge feature branch to main:&lt;br&gt;
open pull request and merge there&lt;/p&gt;

</description>
      <category>github</category>
    </item>
    <item>
      <title>Django administration... </title>
      <dc:creator>shelbysoutter</dc:creator>
      <pubDate>Sat, 27 Jun 2020 11:16:21 +0000</pubDate>
      <link>https://forem.com/shelbysoutter/django-administration-408</link>
      <guid>https://forem.com/shelbysoutter/django-administration-408</guid>
      <description>&lt;p&gt;This is just a quick blurb about creating an admin username/password in the terminal in Django.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;manage&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt; &lt;span class="n"&gt;createsuperuser&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;This will prompt a username, email, and password to be filled out. It's important to remember to do this within the Django file and poetry (or pipenv) shell. &lt;/p&gt;

</description>
      <category>django</category>
      <category>terminal</category>
    </item>
    <item>
      <title>My first endeavor with Django...</title>
      <dc:creator>shelbysoutter</dc:creator>
      <pubDate>Thu, 25 Jun 2020 18:13:05 +0000</pubDate>
      <link>https://forem.com/shelbysoutter/my-first-endeavor-with-django-2if7</link>
      <guid>https://forem.com/shelbysoutter/my-first-endeavor-with-django-2if7</guid>
      <description>&lt;p&gt;Hi, guys! So this is my first blog post, so I'll preface this with a little background before jumping into Django. I'm currently in an accelerated program learning software development in 16 weeks. Quite an endeavor. We just finished a month of learning frontend programming (HTML, CSS, JavaScript), and now we're on backend (Python and Django). All of that to say that these posts will probably lack in complete technical comprehension and are more a way for me to write out my thoughts as I am trying to learn/process all of this.&lt;/p&gt;

&lt;p&gt;Our first assignment with Django basically involves breaking things until you figure out how they work together. We have the framework of an app that allows you to add a contact and then edit it. So far, I've been learning about migrations (similar to git push, but only when you change models.py), and the importance of doing them OFTEN, or else you'll end up with an incomprehensible string of errors. I recently created a new HTML page to set up a separate link so that you can click on a contact and each contact has a new page/url according to their respective pk. The difficulty so far is managing the amount of files and how everything is connected, but it's creating an even larger puzzle to solve, which is always exciting.     &lt;/p&gt;

</description>
      <category>beginners</category>
      <category>sql</category>
    </item>
  </channel>
</rss>
