<?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: om khade</title>
    <description>The latest articles on DEV Community by om khade (@khadeom).</description>
    <link>https://dev.to/khadeom</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%2F719532%2F0552c1a0-ae03-4f89-b05b-064afcf56b25.png</url>
      <title>DEV Community: om khade</title>
      <link>https://dev.to/khadeom</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/khadeom"/>
    <language>en</language>
    <item>
      <title>Deploy Django App Online</title>
      <dc:creator>om khade</dc:creator>
      <pubDate>Wed, 18 Jan 2023 14:11:53 +0000</pubDate>
      <link>https://dev.to/khadeom/deploy-django-app-online-142p</link>
      <guid>https://dev.to/khadeom/deploy-django-app-online-142p</guid>
      <description>&lt;p&gt;There are various ways to deploy your Django application online, everyone of them have some free tire where you can deploy your app for free or for minimum monthly charges.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;a href="https://www.pythonanywhere.com/"&gt;PythonAnywhere&lt;/a&gt; 

&lt;ul&gt;
&lt;li&gt;PythonAnywhere is a hosting service that specifically targets web applications written in Python, including Django. It provides a simple and straightforward way to deploy and run Django applications in the cloud.&lt;/li&gt;
&lt;li&gt;PythonAnywhere is one of the easiest ways to deploy your Django App online and share it with the world.
&lt;a href="https://www.youtube.com/watch?v=1oOr7o3Cx1Y"&gt;tutorial&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;2.&lt;a href="https://cloud.google.com/python/django/appengine"&gt;GCP&lt;/a&gt;, &lt;a href="https://aws.amazon.com/elasticbeanstalk/"&gt;AWS&lt;/a&gt;, &lt;a href="https://learn.microsoft.com/en-us/azure/app-service/tutorial-python-postgresql-app?tabs=django%2Cwindows"&gt;Azure&lt;/a&gt;&lt;br&gt;
    - GCP, Aws and Azure provide App Engines and Database services to Deploy your Django app with ease.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;a href="https://en.wikipedia.org/wiki/Virtual_private_server"&gt;Virtual Private Server (VPS) &lt;/a&gt; 

&lt;ul&gt;
&lt;li&gt;Virtual Private Server(VPS) like AWS EC2 provide a linux terminal to access a linux server where you can set up your application and host it.&lt;/li&gt;
&lt;li&gt;With a VPS, you have more control over the environment, but you will need to handle the infrastructure and scaling yourself.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Using PaaS services such as App Engines[2] provided by various cloud providers is easy while VPS[3] are cheaper.&lt;/p&gt;

&lt;p&gt;Ultimately there are multiple ways to deploy Django app you just have to find what best suites your needs.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>django</category>
      <category>python</category>
    </item>
  </channel>
</rss>
