<?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: sugiyanto</title>
    <description>The latest articles on DEV Community by sugiyanto (@sugiyanto).</description>
    <link>https://dev.to/sugiyanto</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%2F578666%2F147ed43d-791d-484d-8b0a-da49666708ee.jpg</url>
      <title>DEV Community: sugiyanto</title>
      <link>https://dev.to/sugiyanto</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sugiyanto"/>
    <language>en</language>
    <item>
      <title>[Django] Error: That port is already in use.</title>
      <dc:creator>sugiyanto</dc:creator>
      <pubDate>Tue, 19 Jul 2022 13:47:19 +0000</pubDate>
      <link>https://dev.to/sugiyanto/django-error-that-port-is-already-in-use-5525</link>
      <guid>https://dev.to/sugiyanto/django-error-that-port-is-already-in-use-5525</guid>
      <description>&lt;p&gt;if you encounter this kind of problem in ubuntu, when will run local server. you can run it on port 7000.&lt;br&gt;
like this&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;python manage.py runserver 7000
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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