<?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>DEV Community: Joseph Chu</title>
    <description>The latest articles on DEV Community by Joseph Chu (@joechucodes).</description>
    <link>https://dev.to/joechucodes</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%2F465205%2F29349eda-0800-4bd9-81f3-6829adc09b85.png</url>
      <title>DEV Community: Joseph Chu</title>
      <link>https://dev.to/joechucodes</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/joechucodes"/>
    <language>en</language>
    <item>
      <title>Flooring instead of coding</title>
      <dc:creator>Joseph Chu</dc:creator>
      <pubDate>Fri, 11 Sep 2020 12:49:04 +0000</pubDate>
      <link>https://dev.to/joechucodes/flooring-instead-of-coding-1ml</link>
      <guid>https://dev.to/joechucodes/flooring-instead-of-coding-1ml</guid>
      <description>&lt;p&gt;Doing flooring when I should be coding. Ah the woes of being a homeowner haha. Don’t worry I’ll be updating my series tomorrow morning on django and python. &lt;/p&gt;

</description>
      <category>webdev</category>
    </item>
    <item>
      <title>Installing Django 2 on Ubuntu 20.04LTS</title>
      <dc:creator>Joseph Chu</dc:creator>
      <pubDate>Mon, 07 Sep 2020 19:19:32 +0000</pubDate>
      <link>https://dev.to/joechucodes/installing-django-2-on-ubuntu-20-04lts-3ip5</link>
      <guid>https://dev.to/joechucodes/installing-django-2-on-ubuntu-20-04lts-3ip5</guid>
      <description>&lt;h1&gt;
  
  
  Installing Django 2 on Ubuntu 20.04LTS
&lt;/h1&gt;

&lt;p&gt;I will teach you how to install Django on Ubuntu 20.04LTS using the pip method. There are other methods such as using the APT packages in Ubuntu. I will not be utilizing that method because it isn't that flexible like pip. &lt;/p&gt;

&lt;p&gt;These are the steps we are going to follow in this series:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Check our version of Python 3

&lt;ul&gt;
&lt;li&gt;Explain how to make Python 3 default over 2.7&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Installing pip and virtual environment (venv)

&lt;ul&gt;
&lt;li&gt;Explaining how to activate / deactivate the virtual   environment&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Installing Django inside the venv

&lt;ul&gt;
&lt;li&gt;Verifying Django version&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Creating a Sample Project utilizing Django-Admin

&lt;ul&gt;
&lt;li&gt;Avoiding nesting problems by using . and what it means&lt;/li&gt;
&lt;li&gt;Migrating the Database and creating a Superuser&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Modifying the Settings.py ALLOWED_HOSTS

&lt;ul&gt;
&lt;li&gt;Testing your project after modifying&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;Accessing the Admin side of the Sample Project&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>python</category>
      <category>django</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Initial Post Hi!</title>
      <dc:creator>Joseph Chu</dc:creator>
      <pubDate>Mon, 07 Sep 2020 17:53:10 +0000</pubDate>
      <link>https://dev.to/joechucodes/initial-post-hi-5296</link>
      <guid>https://dev.to/joechucodes/initial-post-hi-5296</guid>
      <description>&lt;p&gt;I'm a self taught programmer of 4 years. I've been recently studying at &lt;a href="https://bottega.tech"&gt;Bottega&lt;/a&gt;. I'm also studying QA Engineering at &lt;a href="https://www.linkedin.com/learning/paths/become-a-test-automation-engineer"&gt;LinkedIn Learning&lt;/a&gt;. I was encouraged by my peers to start a Dev.to blog and I thought why not? So in these blogs I will be discussing various projects in breakdown of what I'm working on in minute detail. I will include code blocks with explanation as well.&lt;/p&gt;

</description>
      <category>python</category>
      <category>welcome</category>
    </item>
  </channel>
</rss>
