<?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>Django Archives - onlinetutorialspoint</title>
	<atom:link href="https://onlinetutorialspoint.com/category/django/feed/" rel="self" type="application/rss+xml" />
	<link>https://onlinetutorialspoint.com/category/django/</link>
	<description>OnlineTutorialsPoint</description>
	<lastBuildDate>Sat, 20 Mar 2021 09:54:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://onlinetutorialspoint.com/wp-content/uploads/2016/01/cropped-apple-icon-152x152-32x32.png</url>
	<title>Django Archives - onlinetutorialspoint</title>
	<link>https://onlinetutorialspoint.com/category/django/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Django MVT Basic Application Example</title>
		<link>https://onlinetutorialspoint.com/django/django-mvt-basic-application-example/</link>
					<comments>https://onlinetutorialspoint.com/django/django-mvt-basic-application-example/#respond</comments>
		
		<dc:creator><![CDATA[Ketan]]></dc:creator>
		<pubDate>Sun, 21 Mar 2021 04:53:32 +0000</pubDate>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mvt]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=10810</guid>

					<description><![CDATA[<p>A Basic Django MVT application example is here. 1. Technologies &amp; Prerequisites Python 3.7, 3.8 Django 3.1 HTML 5 2. MVT Architecture The Model-View-Template (MVT) Architecture is a software design pattern for developing web applications. The Model is an interface for maintaining and managing data in the database in proper tables. The View interface executes</p>
<p>The post <a href="https://onlinetutorialspoint.com/django/django-mvt-basic-application-example/">Django MVT Basic Application Example</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/django/django-mvt-basic-application-example/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Django Model View Template (MVT) Overview</title>
		<link>https://onlinetutorialspoint.com/django/django-model-view-template-mvt-overview/</link>
					<comments>https://onlinetutorialspoint.com/django/django-model-view-template-mvt-overview/#respond</comments>
		
		<dc:creator><![CDATA[Ketan]]></dc:creator>
		<pubDate>Sat, 20 Mar 2021 09:47:50 +0000</pubDate>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=10205</guid>

					<description><![CDATA[<p>Django Model View Template (MVT) The Django framework is based on the Model-View-Template (MVT) architecture. MVT is a software design pattern for developing web applications. This web-framework software acts as a tool that provides a way to build and run web applications. 1. MVT Structure Model: This is an abstraction layer for structuring and manipulating</p>
<p>The post <a href="https://onlinetutorialspoint.com/django/django-model-view-template-mvt-overview/">Django Model View Template (MVT) Overview</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/django/django-model-view-template-mvt-overview/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Rendering Static HTML page using Django</title>
		<link>https://onlinetutorialspoint.com/django/rendering-static-html-page-using-django/</link>
					<comments>https://onlinetutorialspoint.com/django/rendering-static-html-page-using-django/#respond</comments>
		
		<dc:creator><![CDATA[Ketan]]></dc:creator>
		<pubDate>Tue, 22 Dec 2020 17:19:48 +0000</pubDate>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[html]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=10203</guid>

					<description><![CDATA[<p>In this tutorial, we will learn how to render static HTML pages in a Django application. 1. Technologies &amp; Prerequisites Python 3.7, 3.8 Django 3.1 HTML 5 2. Setup Django Environment 2.1 Virtualenv The first step of beginning any python project is creating a virtual environment. Follow this tutorial to set up and activate a</p>
<p>The post <a href="https://onlinetutorialspoint.com/django/rendering-static-html-page-using-django/">Rendering Static HTML page using Django</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/django/rendering-static-html-page-using-django/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python Django Helloworld Example</title>
		<link>https://onlinetutorialspoint.com/django/python-django-helloworld-example/</link>
					<comments>https://onlinetutorialspoint.com/django/python-django-helloworld-example/#respond</comments>
		
		<dc:creator><![CDATA[Ketan]]></dc:creator>
		<pubDate>Fri, 27 Nov 2020 07:57:33 +0000</pubDate>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[Django helloworld]]></category>
		<category><![CDATA[Python]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=9787</guid>

					<description><![CDATA[<p>In this tutorial, we will create a basic Python Django Helloworld application, this will help you get started with Python Django Framework from the basics. 1. Technologies: Python 3.7, 3.8 Django framework 3.1 2. Python Django Helloworld Application Step by step basic Django application development, let's start from setting the virtual environment. 2.1. Create Virtual</p>
<p>The post <a href="https://onlinetutorialspoint.com/django/python-django-helloworld-example/">Python Django Helloworld Example</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/django/python-django-helloworld-example/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
