<?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: Debbie</title>
    <description>The latest articles on DEV Community by Debbie (@ugofine).</description>
    <link>https://dev.to/ugofine</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%2F686498%2F7e7f0ab5-1ea0-4162-b966-50872fc12227.jpeg</url>
      <title>DEV Community: Debbie</title>
      <link>https://dev.to/ugofine</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ugofine"/>
    <language>en</language>
    <item>
      <title>How to install Django</title>
      <dc:creator>Debbie</dc:creator>
      <pubDate>Fri, 03 Sep 2021 10:55:24 +0000</pubDate>
      <link>https://dev.to/ugofine/how-to-install-django-1m9l</link>
      <guid>https://dev.to/ugofine/how-to-install-django-1m9l</guid>
      <description>&lt;p&gt;What is Django?&lt;br&gt;
It is a web-based Python program that enables you to easily build powerful web applications. Django is an open-source framework for backend web applications based on Python — one of the top web development languages. To make use of Django, it must be first installed and a virtual environment will be created as well.&lt;br&gt;
1.cd into your project folder&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;create the virtual environment (env/scripts/activate)
3.pip install Django&lt;/li&gt;
&lt;li&gt;Then go ahead to create your project and app&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Benefits of using Django:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Django is highly secure.&lt;/li&gt;
&lt;li&gt;It creates default admin panel.&lt;/li&gt;
&lt;li&gt;You can create a SEO using Django.&lt;/li&gt;
&lt;li&gt;It offers detailed documentation.&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
  </channel>
</rss>
