Home
Articles
Interview Questions
Download
Contact Us
.Net
.Net Design Pattern
.Net Windows Service
ADO.NET
Android
Angular.js
Architecture
ASP.NET Ajax
ASP.NET Gridview
ASP.NET MVC
ASP.NET Web API
Automation Anywhere
Blockchain
Bootstrap
Coded UI
CSS
DevOps
Django
Environment
Excel
Excel Formula
Firebase
Flutter and dart
Git
HTML
HTML 5
Java
JavaScript
JMeter
JQuery
JSON
Light Switch 2011
Matplotlib
Microsoft Bot Framework
Microsoft Azure
MSWord
Node.js
NumPy
Pandas
Photoshop
PHP
PHP Codeigniter
PostGreSQL
Powerpoint
PowerShell
Pyautogui
Python
Seaborn
Selenium
Silverlight
Software Testing
Sonarqube
Spacy
SQL Server
SSRS
UiPath
VBA For Excel
VBA For Outlook
WCF
WPF
XSD
Articles
→
DJANGO
DJANGO Article List
Next
Last
Lesson 01
Install Django
Lesson 02
Check the version of Django installed on the machine
Lesson 03
Create an empty Django project
Lesson 04
Run our first application in django
Lesson 05
Add a new module in existing project in Django
Lesson 06
Create our first function-based view in django
Lesson 07
Render html using function-based view in django
Lesson 08
Render our view from HTML template in django
Lesson 09
Context in templates in Django
Lesson 10
Render the template conditionally in django
Lesson 11
Dynamically render template using loop in Django
Lesson 12
Create a table of even and odd numbers from 1 to 10 using dynamic template in Django
Lesson 13
verbatim tag in dynamic template in Django
Lesson 14
Add new pages in Django project
Lesson 15
Template inheritance in Django
Lesson 16
block.super tag in templates in django
Lesson 17
Include tag in templates in Django
Lesson 18
Admin panel in django
Lesson 19
Installed apps in Django
Lesson 20
Create your first model in Django
Next
Last