SlideShare a Scribd company logo
Google defines Django as
“Django is a high-level Python Web framework that
encourages rapid development and clean,
pragmatic design”
In much simple terms it is best suitable for
perfectionists with deadlines.
i.e. SOFTWARE BACKED BY DATABASE.
STEPS
1. Requirements planning
evaluate user’s demand.
2. User design
deciding on the design of the
user interface.
3. Rapid construction
build a prototype and
demonstrate it to the user.
4. Cutover
Convert from prototype
to final product.
MVT Structure
(Model View Template)
Model  database
interface
View logic for database
I/O
Template  display logic
 Fast  Rapid Application Development
 Secure  Helps developer avoiding
security concerns
 Scalable  Quick and flexible scaling.
 Provides both admin and client control
 Features ORM i.e. Object Relational
Mapping
 Encapsulates the code needed to
manipulate data
 Saves from SQL
 Prevents from reinventing the
wheel/hustle free development.
 Loosely Coupled
detailed explanation.. 
TRADITIONAL MODELS DJANGO
Build Data Dictionary Built-in
Build Data Base Interface Built-in
Build Authoring Tools Built-in
Build Logic Built-in
Build Data Flow Built-in
Paint Templates Built-in
DJANGO is ‘LOOSELY’ COUPLED !
 Coupling in programming refers to the inter dependency of
modules.
 Thus, program efficiency is inversely proportional to coupling.
 Django is loosely coupled and thus provides better effeciency.
Shabingo
Instagram
CrowdStreet
Parts of windows app
QuizZoddle
It.Magezine
Pinterest
5000+ apps
1. Install Python from https://python.org/download/
(Since it’s a python framework Python installation is
must)
2. Install Setup tools from
https://pypi.python.org/pypi/setuptools
3. Install PIP from
https://pip.pypa.io/en/latest/installing.html
i.e. Python Package Index, works as a python manager.
4. Install Django from
https://www.djangoproject.com/download/
5. Django officially supports database
1. PostgreSQL
2. MySQL
3. SQLite
Common pitfalls and their solutions
Problem  Django-admin may only display text
no matter what argument is given.
This occurs due to problem with file
association in Windows
Solution Check if there is more than one
environment variable set for running
Python scripts in PATH. This usually
occurs when there is more than one
Python version installed.
Problem  There might be problem in
running the commands
easy_install pip and pip install
django. This happens when
connecting internet behind the
proxy.
Solution  Set environment variables for
proxy configuration in command
prompt as :-

More Related Content

What's hot

Portrait of professional developer 2.0
Portrait of professional developer 2.0Portrait of professional developer 2.0
Portrait of professional developer 2.0
Mikalai Alimenkou
 
Best Selenium Training in Bangalore Offered by myTectra
Best Selenium Training in Bangalore Offered by myTectraBest Selenium Training in Bangalore Offered by myTectra
Best Selenium Training in Bangalore Offered by myTectra
myTectra Learning Solutions Private Ltd
 
Django - non-technical introduction
Django - non-technical introductionDjango - non-technical introduction
Django - non-technical introduction
jakaspaka
 
Best practices in coding for beginners
Best practices in coding for beginnersBest practices in coding for beginners
Best practices in coding for beginners
Miguel González-Fierro
 
Fitur Terbaru Flutter di Tahun 2021 - Widyarso Joko Purnomo
Fitur Terbaru Flutter di Tahun 2021 - Widyarso Joko PurnomoFitur Terbaru Flutter di Tahun 2021 - Widyarso Joko Purnomo
Fitur Terbaru Flutter di Tahun 2021 - Widyarso Joko Purnomo
DicodingEvent
 
TDD Workshop UTN 2012
TDD Workshop UTN 2012TDD Workshop UTN 2012
TDD Workshop UTN 2012
Facundo Farias
 
Python Web Development Tutorial | Web Development Using Django | Edureka
Python Web Development Tutorial | Web Development Using Django | EdurekaPython Web Development Tutorial | Web Development Using Django | Edureka
Python Web Development Tutorial | Web Development Using Django | Edureka
Edureka!
 
Complete guide of python development
Complete guide of python developmentComplete guide of python development
Complete guide of python development
NexSoftsys
 
Cara Tepat Menjadi iOS Developer Expert - Gilang Ramadhan
Cara Tepat Menjadi iOS Developer Expert - Gilang RamadhanCara Tepat Menjadi iOS Developer Expert - Gilang Ramadhan
Cara Tepat Menjadi iOS Developer Expert - Gilang Ramadhan
DicodingEvent
 
Moderne App-Architektur mit Dagger2 und RxJava
Moderne App-Architektur mit Dagger2 und RxJavaModerne App-Architektur mit Dagger2 und RxJava
Moderne App-Architektur mit Dagger2 und RxJava
inovex GmbH
 
Monali
MonaliMonali
Monali
Monali Padhi
 
Building an open source python application the right way
Building an open source python application the right wayBuilding an open source python application the right way
Building an open source python application the right way
Kiran Gangadharan
 
When you get lost in api testing #ForumPHP
When you get lost in api testing #ForumPHPWhen you get lost in api testing #ForumPHP
When you get lost in api testing #ForumPHP
Paula Čučuk
 
Rapid Web Development with Python for Absolute Beginners
Rapid Web Development with Python for Absolute BeginnersRapid Web Development with Python for Absolute Beginners
Rapid Web Development with Python for Absolute Beginners
Fatih Karatana
 
Code review at large scale
Code review at large scaleCode review at large scale
Code review at large scale
Mikalai Alimenkou
 
List of 7 popular java frameworks for 2019
List of 7 popular java frameworks for 2019  List of 7 popular java frameworks for 2019
List of 7 popular java frameworks for 2019
kritikumar16
 
MVC 3.0 KU Day 1 v 1.1
MVC 3.0 KU Day 1 v 1.1MVC 3.0 KU Day 1 v 1.1
MVC 3.0 KU Day 1 v 1.1
Lek Pongpatimet
 
Get Codeigniter Developement Services From Us
 Get Codeigniter Developement Services From Us Get Codeigniter Developement Services From Us
Get Codeigniter Developement Services From Us
Joe_Mason
 
Getting started with dagger 2
Getting started with dagger 2Getting started with dagger 2
Getting started with dagger 2
Rodrigo Henriques
 
The Best QTP Training in Bangalore From myTectra
The Best QTP Training in Bangalore From myTectra  The Best QTP Training in Bangalore From myTectra
The Best QTP Training in Bangalore From myTectra
myTectra Learning Solutions Private Ltd
 

What's hot (20)

Portrait of professional developer 2.0
Portrait of professional developer 2.0Portrait of professional developer 2.0
Portrait of professional developer 2.0
 
Best Selenium Training in Bangalore Offered by myTectra
Best Selenium Training in Bangalore Offered by myTectraBest Selenium Training in Bangalore Offered by myTectra
Best Selenium Training in Bangalore Offered by myTectra
 
Django - non-technical introduction
Django - non-technical introductionDjango - non-technical introduction
Django - non-technical introduction
 
Best practices in coding for beginners
Best practices in coding for beginnersBest practices in coding for beginners
Best practices in coding for beginners
 
Fitur Terbaru Flutter di Tahun 2021 - Widyarso Joko Purnomo
Fitur Terbaru Flutter di Tahun 2021 - Widyarso Joko PurnomoFitur Terbaru Flutter di Tahun 2021 - Widyarso Joko Purnomo
Fitur Terbaru Flutter di Tahun 2021 - Widyarso Joko Purnomo
 
TDD Workshop UTN 2012
TDD Workshop UTN 2012TDD Workshop UTN 2012
TDD Workshop UTN 2012
 
Python Web Development Tutorial | Web Development Using Django | Edureka
Python Web Development Tutorial | Web Development Using Django | EdurekaPython Web Development Tutorial | Web Development Using Django | Edureka
Python Web Development Tutorial | Web Development Using Django | Edureka
 
Complete guide of python development
Complete guide of python developmentComplete guide of python development
Complete guide of python development
 
Cara Tepat Menjadi iOS Developer Expert - Gilang Ramadhan
Cara Tepat Menjadi iOS Developer Expert - Gilang RamadhanCara Tepat Menjadi iOS Developer Expert - Gilang Ramadhan
Cara Tepat Menjadi iOS Developer Expert - Gilang Ramadhan
 
Moderne App-Architektur mit Dagger2 und RxJava
Moderne App-Architektur mit Dagger2 und RxJavaModerne App-Architektur mit Dagger2 und RxJava
Moderne App-Architektur mit Dagger2 und RxJava
 
Monali
MonaliMonali
Monali
 
Building an open source python application the right way
Building an open source python application the right wayBuilding an open source python application the right way
Building an open source python application the right way
 
When you get lost in api testing #ForumPHP
When you get lost in api testing #ForumPHPWhen you get lost in api testing #ForumPHP
When you get lost in api testing #ForumPHP
 
Rapid Web Development with Python for Absolute Beginners
Rapid Web Development with Python for Absolute BeginnersRapid Web Development with Python for Absolute Beginners
Rapid Web Development with Python for Absolute Beginners
 
Code review at large scale
Code review at large scaleCode review at large scale
Code review at large scale
 
List of 7 popular java frameworks for 2019
List of 7 popular java frameworks for 2019  List of 7 popular java frameworks for 2019
List of 7 popular java frameworks for 2019
 
MVC 3.0 KU Day 1 v 1.1
MVC 3.0 KU Day 1 v 1.1MVC 3.0 KU Day 1 v 1.1
MVC 3.0 KU Day 1 v 1.1
 
Get Codeigniter Developement Services From Us
 Get Codeigniter Developement Services From Us Get Codeigniter Developement Services From Us
Get Codeigniter Developement Services From Us
 
Getting started with dagger 2
Getting started with dagger 2Getting started with dagger 2
Getting started with dagger 2
 
The Best QTP Training in Bangalore From myTectra
The Best QTP Training in Bangalore From myTectra  The Best QTP Training in Bangalore From myTectra
The Best QTP Training in Bangalore From myTectra
 

Viewers also liked

Stylianos vasileios kipouros
Stylianos vasileios kipourosStylianos vasileios kipouros
Stylianos vasileios kipouros
Stelios Kipouros
 
Entertainment Industry Financial Incentive Annual Report 2011 2012
Entertainment Industry Financial Incentive Annual Report 2011 2012Entertainment Industry Financial Incentive Annual Report 2011 2012
Entertainment Industry Financial Incentive Annual Report 2011 2012
Greg Ungru
 
Who was Stan Mohler by Melchor Antunano
Who was Stan Mohler by Melchor AntunanoWho was Stan Mohler by Melchor Antunano
Who was Stan Mohler by Melchor Antunano
Eduard Ricaurte
 
Video presentaion
Video presentaionVideo presentaion
Video presentaion
jnowlin7
 
Mohammad Amzad
Mohammad AmzadMohammad Amzad
Mohammad Amzad
Mohammad Amzad
 
MuneerKhanResume v1
MuneerKhanResume v1MuneerKhanResume v1
MuneerKhanResume v1
muneer khan
 
JEEK キャリアセミナー2015
JEEK キャリアセミナー2015JEEK キャリアセミナー2015
JEEK キャリアセミナー2015
JEEK_Intern
 
2η παρουσιαση
2η παρουσιαση2η παρουσιαση
2η παρουσιαση
Stelios Kipouros
 
一斉エントリー会資料
一斉エントリー会資料一斉エントリー会資料
一斉エントリー会資料
JEEK_Intern
 
κηπουρός λέντζα παραπονιάρη
κηπουρός λέντζα παραπονιάρηκηπουρός λέντζα παραπονιάρη
κηπουρός λέντζα παραπονιάρη
Stelios Kipouros
 
Who was stan mohler
Who was stan mohlerWho was stan mohler
Who was stan mohler
Eduard Ricaurte
 
Sorolla
SorollaSorolla
Still life
Still lifeStill life
SONIA DELAUNAY
SONIA DELAUNAYSONIA DELAUNAY
SONIA DELAUNAY
Marta Domingo Soriano
 
Iot, cloud and healthcare - Challenges and Opportunities
Iot, cloud and healthcare - Challenges and OpportunitiesIot, cloud and healthcare - Challenges and Opportunities
Iot, cloud and healthcare - Challenges and Opportunities
Arash Ghadar
 

Viewers also liked (17)

Stylianos vasileios kipouros
Stylianos vasileios kipourosStylianos vasileios kipouros
Stylianos vasileios kipouros
 
Entertainment Industry Financial Incentive Annual Report 2011 2012
Entertainment Industry Financial Incentive Annual Report 2011 2012Entertainment Industry Financial Incentive Annual Report 2011 2012
Entertainment Industry Financial Incentive Annual Report 2011 2012
 
Who was Stan Mohler by Melchor Antunano
Who was Stan Mohler by Melchor AntunanoWho was Stan Mohler by Melchor Antunano
Who was Stan Mohler by Melchor Antunano
 
Video presentaion
Video presentaionVideo presentaion
Video presentaion
 
Mohammad Amzad
Mohammad AmzadMohammad Amzad
Mohammad Amzad
 
MuneerKhanResume v1
MuneerKhanResume v1MuneerKhanResume v1
MuneerKhanResume v1
 
JEEK キャリアセミナー2015
JEEK キャリアセミナー2015JEEK キャリアセミナー2015
JEEK キャリアセミナー2015
 
2η παρουσιαση
2η παρουσιαση2η παρουσιαση
2η παρουσιαση
 
O synhgoros toy paidioy
O synhgoros toy paidioyO synhgoros toy paidioy
O synhgoros toy paidioy
 
一斉エントリー会資料
一斉エントリー会資料一斉エントリー会資料
一斉エントリー会資料
 
κηπουρός λέντζα παραπονιάρη
κηπουρός λέντζα παραπονιάρηκηπουρός λέντζα παραπονιάρη
κηπουρός λέντζα παραπονιάρη
 
Who was stan mohler
Who was stan mohlerWho was stan mohler
Who was stan mohler
 
Sorolla
SorollaSorolla
Sorolla
 
Still life
Still lifeStill life
Still life
 
SONIA DELAUNAY
SONIA DELAUNAYSONIA DELAUNAY
SONIA DELAUNAY
 
Dr Hydrogen
Dr HydrogenDr Hydrogen
Dr Hydrogen
 
Iot, cloud and healthcare - Challenges and Opportunities
Iot, cloud and healthcare - Challenges and OpportunitiesIot, cloud and healthcare - Challenges and Opportunities
Iot, cloud and healthcare - Challenges and Opportunities
 

Similar to Django

Django Workflow and Architecture
Django Workflow and ArchitectureDjango Workflow and Architecture
Django Workflow and Architecture
Andolasoft Inc
 
Why Django is The Go-To Framework For Python.pdf
Why Django is The Go-To Framework For Python.pdfWhy Django is The Go-To Framework For Python.pdf
Why Django is The Go-To Framework For Python.pdf
Mindfire LLC
 
Django Article V0
Django Article V0Django Article V0
Django Article V0
Udi Bauman
 
Django Framework Overview forNon-Python Developers
Django Framework Overview forNon-Python DevelopersDjango Framework Overview forNon-Python Developers
Django Framework Overview forNon-Python Developers
Rosario Renga
 
Company Visitor Management System Report.docx
Company Visitor Management System Report.docxCompany Visitor Management System Report.docx
Company Visitor Management System Report.docx
fantabulous2024
 
Basic Python Django
Basic Python DjangoBasic Python Django
Basic Python Django
Kaleem Ullah Mangrio
 
Introduction to django framework
Introduction to django frameworkIntroduction to django framework
Introduction to django framework
Knoldus Inc.
 
CTE 323 - Lecture 1.pptx
CTE 323 - Lecture 1.pptxCTE 323 - Lecture 1.pptx
CTE 323 - Lecture 1.pptx
OduniyiAdebola
 
Django by rj
Django by rjDjango by rj
Django Framework Interview Guide - Part 1
Django Framework Interview Guide - Part 1Django Framework Interview Guide - Part 1
Django Framework Interview Guide - Part 1
To Sum It Up
 
Ramya devi R internet of things
Ramya devi R internet of thingsRamya devi R internet of things
Ramya devi R internet of things
PriyadharshiniVS
 
Learn Django Tips, Tricks & Techniques for Developers
Learn Django Tips, Tricks & Techniques for DevelopersLearn Django Tips, Tricks & Techniques for Developers
Learn Django Tips, Tricks & Techniques for Developers
Mars Devs
 
Django
DjangoDjango
Django Seminar
Django SeminarDjango Seminar
Django Seminar
Yokesh Rana
 
Advantages Of Using Django Framework To Build Scalable.pdf
Advantages Of Using Django Framework To Build Scalable.pdfAdvantages Of Using Django Framework To Build Scalable.pdf
Advantages Of Using Django Framework To Build Scalable.pdf
Mindfire LLC
 
Django framework
Django framework Django framework
Django framework
TIB Academy
 
Introduction to Django
Introduction to DjangoIntroduction to Django
Introduction to Django
Knoldus Inc.
 
Django Tutorial_ Let’s take a deep dive into Django’s web framework.pdf
Django Tutorial_ Let’s take a deep dive into Django’s web framework.pdfDjango Tutorial_ Let’s take a deep dive into Django’s web framework.pdf
Django Tutorial_ Let’s take a deep dive into Django’s web framework.pdf
SudhanshiBakre1
 
Django Introdcution
Django IntrodcutionDjango Introdcution
Django Introdcution
Nagi Annapureddy
 
Rapid web application development using django - Part (1)
Rapid web application development using django - Part (1)Rapid web application development using django - Part (1)
Rapid web application development using django - Part (1)
Nishant Soni
 

Similar to Django (20)

Django Workflow and Architecture
Django Workflow and ArchitectureDjango Workflow and Architecture
Django Workflow and Architecture
 
Why Django is The Go-To Framework For Python.pdf
Why Django is The Go-To Framework For Python.pdfWhy Django is The Go-To Framework For Python.pdf
Why Django is The Go-To Framework For Python.pdf
 
Django Article V0
Django Article V0Django Article V0
Django Article V0
 
Django Framework Overview forNon-Python Developers
Django Framework Overview forNon-Python DevelopersDjango Framework Overview forNon-Python Developers
Django Framework Overview forNon-Python Developers
 
Company Visitor Management System Report.docx
Company Visitor Management System Report.docxCompany Visitor Management System Report.docx
Company Visitor Management System Report.docx
 
Basic Python Django
Basic Python DjangoBasic Python Django
Basic Python Django
 
Introduction to django framework
Introduction to django frameworkIntroduction to django framework
Introduction to django framework
 
CTE 323 - Lecture 1.pptx
CTE 323 - Lecture 1.pptxCTE 323 - Lecture 1.pptx
CTE 323 - Lecture 1.pptx
 
Django by rj
Django by rjDjango by rj
Django by rj
 
Django Framework Interview Guide - Part 1
Django Framework Interview Guide - Part 1Django Framework Interview Guide - Part 1
Django Framework Interview Guide - Part 1
 
Ramya devi R internet of things
Ramya devi R internet of thingsRamya devi R internet of things
Ramya devi R internet of things
 
Learn Django Tips, Tricks & Techniques for Developers
Learn Django Tips, Tricks & Techniques for DevelopersLearn Django Tips, Tricks & Techniques for Developers
Learn Django Tips, Tricks & Techniques for Developers
 
Django
DjangoDjango
Django
 
Django Seminar
Django SeminarDjango Seminar
Django Seminar
 
Advantages Of Using Django Framework To Build Scalable.pdf
Advantages Of Using Django Framework To Build Scalable.pdfAdvantages Of Using Django Framework To Build Scalable.pdf
Advantages Of Using Django Framework To Build Scalable.pdf
 
Django framework
Django framework Django framework
Django framework
 
Introduction to Django
Introduction to DjangoIntroduction to Django
Introduction to Django
 
Django Tutorial_ Let’s take a deep dive into Django’s web framework.pdf
Django Tutorial_ Let’s take a deep dive into Django’s web framework.pdfDjango Tutorial_ Let’s take a deep dive into Django’s web framework.pdf
Django Tutorial_ Let’s take a deep dive into Django’s web framework.pdf
 
Django Introdcution
Django IntrodcutionDjango Introdcution
Django Introdcution
 
Rapid web application development using django - Part (1)
Rapid web application development using django - Part (1)Rapid web application development using django - Part (1)
Rapid web application development using django - Part (1)
 

Recently uploaded

Artificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension FunctionsArtificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension Functions
Octavian Nadolu
 
LORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOM
LORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOMLORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOM
LORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOM
lorraineandreiamcidl
 
AI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI App
AI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI AppAI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI App
AI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI App
Google
 
SWEBOK and Education at FUSE Okinawa 2024
SWEBOK and Education at FUSE Okinawa 2024SWEBOK and Education at FUSE Okinawa 2024
SWEBOK and Education at FUSE Okinawa 2024
Hironori Washizaki
 
Graspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code AnalysisGraspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code Analysis
Aftab Hussain
 
APIs for Browser Automation (MoT Meetup 2024)
APIs for Browser Automation (MoT Meetup 2024)APIs for Browser Automation (MoT Meetup 2024)
APIs for Browser Automation (MoT Meetup 2024)
Boni García
 
E-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet DynamicsE-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet Dynamics
Hornet Dynamics
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
Neo4j
 
DDS-Security 1.2 - What's New? Stronger security for long-running systems
DDS-Security 1.2 - What's New? Stronger security for long-running systemsDDS-Security 1.2 - What's New? Stronger security for long-running systems
DDS-Security 1.2 - What's New? Stronger security for long-running systems
Gerardo Pardo-Castellote
 
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdfAutomated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
timtebeek1
 
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
Łukasz Chruściel
 
socradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdfsocradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdf
SOCRadar
 
E-commerce Application Development Company.pdf
E-commerce Application Development Company.pdfE-commerce Application Development Company.pdf
E-commerce Application Development Company.pdf
Hornet Dynamics
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j
 
Vitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdfVitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke
 
Need for Speed: Removing speed bumps from your Symfony projects ⚡️
Need for Speed: Removing speed bumps from your Symfony projects ⚡️Need for Speed: Removing speed bumps from your Symfony projects ⚡️
Need for Speed: Removing speed bumps from your Symfony projects ⚡️
Łukasz Chruściel
 
Empowering Growth with Best Software Development Company in Noida - Deuglo
Empowering Growth with Best Software  Development Company in Noida - DeugloEmpowering Growth with Best Software  Development Company in Noida - Deuglo
Empowering Growth with Best Software Development Company in Noida - Deuglo
Deuglo Infosystem Pvt Ltd
 
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, FactsALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
Green Software Development
 
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CDKuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
rodomar2
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
NYGGS Automation Suite
 

Recently uploaded (20)

Artificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension FunctionsArtificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension Functions
 
LORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOM
LORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOMLORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOM
LORRAINE ANDREI_LEQUIGAN_HOW TO USE ZOOM
 
AI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI App
AI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI AppAI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI App
AI Fusion Buddy Review: Brand New, Groundbreaking Gemini-Powered AI App
 
SWEBOK and Education at FUSE Okinawa 2024
SWEBOK and Education at FUSE Okinawa 2024SWEBOK and Education at FUSE Okinawa 2024
SWEBOK and Education at FUSE Okinawa 2024
 
Graspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code AnalysisGraspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code Analysis
 
APIs for Browser Automation (MoT Meetup 2024)
APIs for Browser Automation (MoT Meetup 2024)APIs for Browser Automation (MoT Meetup 2024)
APIs for Browser Automation (MoT Meetup 2024)
 
E-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet DynamicsE-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet Dynamics
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
 
DDS-Security 1.2 - What's New? Stronger security for long-running systems
DDS-Security 1.2 - What's New? Stronger security for long-running systemsDDS-Security 1.2 - What's New? Stronger security for long-running systems
DDS-Security 1.2 - What's New? Stronger security for long-running systems
 
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdfAutomated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
 
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
 
socradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdfsocradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdf
 
E-commerce Application Development Company.pdf
E-commerce Application Development Company.pdfE-commerce Application Development Company.pdf
E-commerce Application Development Company.pdf
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
 
Vitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdfVitthal Shirke Java Microservices Resume.pdf
Vitthal Shirke Java Microservices Resume.pdf
 
Need for Speed: Removing speed bumps from your Symfony projects ⚡️
Need for Speed: Removing speed bumps from your Symfony projects ⚡️Need for Speed: Removing speed bumps from your Symfony projects ⚡️
Need for Speed: Removing speed bumps from your Symfony projects ⚡️
 
Empowering Growth with Best Software Development Company in Noida - Deuglo
Empowering Growth with Best Software  Development Company in Noida - DeugloEmpowering Growth with Best Software  Development Company in Noida - Deuglo
Empowering Growth with Best Software Development Company in Noida - Deuglo
 
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, FactsALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
 
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CDKuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
 

Django

  • 1.
  • 2.
  • 3. Google defines Django as “Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design” In much simple terms it is best suitable for perfectionists with deadlines. i.e. SOFTWARE BACKED BY DATABASE.
  • 4.
  • 5.
  • 6. STEPS 1. Requirements planning evaluate user’s demand. 2. User design deciding on the design of the user interface. 3. Rapid construction build a prototype and demonstrate it to the user. 4. Cutover Convert from prototype to final product.
  • 7. MVT Structure (Model View Template) Model  database interface View logic for database I/O Template  display logic
  • 8.  Fast  Rapid Application Development  Secure  Helps developer avoiding security concerns  Scalable  Quick and flexible scaling.  Provides both admin and client control  Features ORM i.e. Object Relational Mapping  Encapsulates the code needed to manipulate data  Saves from SQL  Prevents from reinventing the wheel/hustle free development.  Loosely Coupled detailed explanation.. 
  • 9. TRADITIONAL MODELS DJANGO Build Data Dictionary Built-in Build Data Base Interface Built-in Build Authoring Tools Built-in Build Logic Built-in Build Data Flow Built-in Paint Templates Built-in
  • 10.
  • 11.
  • 12. DJANGO is ‘LOOSELY’ COUPLED !  Coupling in programming refers to the inter dependency of modules.  Thus, program efficiency is inversely proportional to coupling.  Django is loosely coupled and thus provides better effeciency.
  • 13. Shabingo Instagram CrowdStreet Parts of windows app QuizZoddle It.Magezine Pinterest 5000+ apps
  • 14.
  • 15. 1. Install Python from https://python.org/download/ (Since it’s a python framework Python installation is must) 2. Install Setup tools from https://pypi.python.org/pypi/setuptools 3. Install PIP from https://pip.pypa.io/en/latest/installing.html i.e. Python Package Index, works as a python manager. 4. Install Django from https://www.djangoproject.com/download/ 5. Django officially supports database 1. PostgreSQL 2. MySQL 3. SQLite
  • 16. Common pitfalls and their solutions Problem  Django-admin may only display text no matter what argument is given. This occurs due to problem with file association in Windows Solution Check if there is more than one environment variable set for running Python scripts in PATH. This usually occurs when there is more than one Python version installed.
  • 17. Problem  There might be problem in running the commands easy_install pip and pip install django. This happens when connecting internet behind the proxy. Solution  Set environment variables for proxy configuration in command prompt as :-