<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Installing and Configuring Django Web Framework with Virtual Environments in CentOS/Debian &#8211; Part 1	</title>
	<atom:link href="https://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 27 Jan 2017 08:29:06 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: JF		</title>
		<link>https://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu/comment-page-1/#comment-776666</link>

		<dc:creator><![CDATA[JF]]></dc:creator>
		<pubDate>Thu, 05 May 2016 10:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16203#comment-776666</guid>

					<description><![CDATA[Here is a video &lt;a href=&quot;https://www.youtube.com/watch?v=3m9HERsGeKM&quot; rel=&quot;nofollow&quot;&gt;How to install pip, virtualenv, django on Centos 7-- Django tutorial series lecture 1&lt;/a&gt; that will help you much more than others because it&#039;s so clear to understand.]]></description>
			<content:encoded><![CDATA[<p>Here is a video <a target="_blank" href="https://www.youtube.com/watch?v=3m9HERsGeKM" rel="nofollow">How to install pip, virtualenv, django on Centos 7&#8211; Django tutorial series lecture 1</a> that will help you much more than others because it&#8217;s so clear to understand.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel Cánepa		</title>
		<link>https://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu/comment-page-1/#comment-725722</link>

		<dc:creator><![CDATA[Gabriel Cánepa]]></dc:creator>
		<pubDate>Fri, 18 Dec 2015 13:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16203#comment-725722</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu/comment-page-1/#comment-725712&quot;&gt;Jochen&lt;/a&gt;.

Please see my response to Gavin below.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu/comment-page-1/#comment-725712">Jochen</a>.</p>
<p>Please see my response to Gavin below.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel Cánepa		</title>
		<link>https://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu/comment-page-1/#comment-725721</link>

		<dc:creator><![CDATA[Gabriel Cánepa]]></dc:creator>
		<pubDate>Fri, 18 Dec 2015 13:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16203#comment-725721</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu/comment-page-1/#comment-725149&quot;&gt;Gavin S&lt;/a&gt;.

@Gavin,
Thanks for your comment. Let me explain.
1) This series is meant as an introduction to Django (as I explain at the top), and not as a full guide covering security. However, since security is also a concern, we may consider adding an extra article to this series covering that topic for a development environment such as the one described here.
2) When I say &quot;In any event, you can change the default port where the built-in web server will be listening. By using 0.0.0.0 as the network interface to listen on, we allow other computers in the same network to access the project user interface (if you use 127.0.0.1 instead, you will only be able to access the UI from localhost).&quot;, I mean that if you are installing Django in a CLI-only server, how are you supposed to check whether the applications are working (and looking properly) except you can connect to the server from a desktop PC somewhere in the network? 
3) You&#039;re absolutely right about the link in the first part of the article. I am asking Ravi, the owner of the site, to take a look and fix it.
Best regards.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu/comment-page-1/#comment-725149">Gavin S</a>.</p>
<p>@Gavin,<br />
Thanks for your comment. Let me explain.<br />
1) This series is meant as an introduction to Django (as I explain at the top), and not as a full guide covering security. However, since security is also a concern, we may consider adding an extra article to this series covering that topic for a development environment such as the one described here.<br />
2) When I say &#8220;In any event, you can change the default port where the built-in web server will be listening. By using 0.0.0.0 as the network interface to listen on, we allow other computers in the same network to access the project user interface (if you use 127.0.0.1 instead, you will only be able to access the UI from localhost).&#8221;, I mean that if you are installing Django in a CLI-only server, how are you supposed to check whether the applications are working (and looking properly) except you can connect to the server from a desktop PC somewhere in the network?<br />
3) You&#8217;re absolutely right about the link in the first part of the article. I am asking Ravi, the owner of the site, to take a look and fix it.<br />
Best regards.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jochen		</title>
		<link>https://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu/comment-page-1/#comment-725712</link>

		<dc:creator><![CDATA[Jochen]]></dc:creator>
		<pubDate>Fri, 18 Dec 2015 13:01:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16203#comment-725712</guid>

					<description><![CDATA[What&#039;s the point in running the development server on 0.0.0.0? A) there is no need for that and B) it&#039;s an unnecessary safety concern.]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s the point in running the development server on 0.0.0.0? A) there is no need for that and B) it&#8217;s an unnecessary safety concern.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gavin S		</title>
		<link>https://www.tecmint.com/install-and-configure-django-web-framework-in-centos-debian-ubuntu/comment-page-1/#comment-725149</link>

		<dc:creator><![CDATA[Gavin S]]></dc:creator>
		<pubDate>Thu, 17 Dec 2015 00:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=16203#comment-725149</guid>

					<description><![CDATA[This article does not cover the topic well and includes unnecessary information and steps that open security vulnerabilities. Do not open ports on your firewall for &quot;others on the same network&quot; to see your django project unless you know what you&#039;re doing. For most development setups of django localhost is the right way to go. The article says you need virtualenvwrapper then doesn&#039;t make use of it.
On an admin note the whole first part of the article is mistakenly (or just irritatingly) a link.]]></description>
			<content:encoded><![CDATA[<p>This article does not cover the topic well and includes unnecessary information and steps that open security vulnerabilities. Do not open ports on your firewall for &#8220;others on the same network&#8221; to see your django project unless you know what you&#8217;re doing. For most development setups of django localhost is the right way to go. The article says you need virtualenvwrapper then doesn&#8217;t make use of it.<br />
On an admin note the whole first part of the article is mistakenly (or just irritatingly) a link.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
