<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pro-Tek Blog &#187; Architecture of Django</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/tag/architecture-of-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>EXPLAIN THE ARCHITECTURE OF DJANGO?</title>
		<link>http://www.pro-tekconsulting.com/blog/explain-the-architecture-of-django/</link>
		<comments>http://www.pro-tekconsulting.com/blog/explain-the-architecture-of-django/#comments</comments>
		<pubDate>Thu, 07 Feb 2019 05:21:43 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Architecture of Django]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2894</guid>
		<description><![CDATA[<p>Explain the Architecture of Django? Django architecture consists of: Models: It describes your database schema and your data structure Views: It controls what a user sees, the view retrieves data from appropriate models and execute any calculation made to the data and pass it to the template Templates: It determines how the user sees it. It describes how the [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/explain-the-architecture-of-django/">EXPLAIN THE ARCHITECTURE OF DJANGO?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>Explain the Architecture of Django?</h4>
<p>Django architecture consists of:</p>
<p><strong>Models:</strong> It describes your database schema and your data structure</p>
<p><strong>Views:</strong> It controls what a user sees, the view retrieves data from appropriate models and execute any calculation made to the data and pass it to the template</p>
<p><strong>Templates:</strong> It determines how the user sees it. It describes how the data received from the views should be changed or formatted for display on the page</p>
<p><strong>Controller:</strong> It is the heart of the system. It handles request and responses, setting up database connections and loading add-ons and specifies Django framework and URL parsing.</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/explain-the-architecture-of-django/">EXPLAIN THE ARCHITECTURE OF DJANGO?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/explain-the-architecture-of-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
