Udemy - Django 2 | Build & Deploy Fully Featured Web Application
Category: Study
Posted on 2019-08-17, by phaelx.
Description

Date: March 2019
Author: Samir Phuyal
Size: 1.5 GB
Format: MP4
Author: Samir Phuyal
Size: 1.5 GB
Format: MP4
Download >> https://usersdrive.com/251vefwu1dfz.html
What you'll learn
*Learn Fundamental Concepts of Django
*Work with Model, View & Template Layers
*Customize Django Admin Site
*Setup Development Environment for Django
*Tips & Tricks in using Django
*Basic Python Programming
*Be able to create any web application you want
*Create fully functional people manager web application
*Learn class based views
*Work with function based views
*Deploy your website online easily
*Implement Frontend CRUD
*Work with Django Messages
*Use external Django packages
*Add authentication to your site
Course content
Introduction to the course
What we are going to build
Resources to get along with the course
Getting ready for development with django
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting to work with django
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Templates & Static files
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Django Models & Admin Site
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
Homepage | Passing data from views to template
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Accessing Individual contact object
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
Class Based Views
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
ListView for Homepage
DetailView for contact details
Search Functionality | Passing data from template to views
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
ListView for Homepage
DetailView for contact details
Setting up search url and views
Passing data from template to view
Filtering objects containing search term and displaying in search page
Doing complex search query
Creating, Editing & Deleting contacts from Frontend
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
ListView for Homepage
DetailView for contact details
Setting up search url and views
Passing data from template to view
Filtering objects containing search term and displaying in search page
Doing complex search query
Django forms Intro and tweaking the template
CreateView
Styling our forms with crispy forms
UpdateView
DeleteView
Adding Authentication
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
ListView for Homepage
DetailView for contact details
Setting up search url and views
Passing data from template to view
Filtering objects containing search term and displaying in search page
Doing complex search query
Django forms Intro and tweaking the template
CreateView
Styling our forms with crispy forms
UpdateView
DeleteView
Setting up login page
Setting up log out page
Creating Sign up functionality
Making views to require login to access
Adding ForeignKey ModelField
Showing contacts of logged in user only
Securing our application
Django Messages framework
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
ListView for Homepage
DetailView for contact details
Setting up search url and views
Passing data from template to view
Filtering objects containing search term and displaying in search page
Doing complex search query
Django forms Intro and tweaking the template
CreateView
Styling our forms with crispy forms
UpdateView
DeleteView
Setting up login page
Setting up log out page
Creating Sign up functionality
Making views to require login to access
Adding ForeignKey ModelField
Showing contacts of logged in user only
Securing our application
Creating partial for message template
Implementing messages to show user actions
Bonus Lectures
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
ListView for Homepage
DetailView for contact details
Setting up search url and views
Passing data from template to view
Filtering objects containing search term and displaying in search page
Doing complex search query
Django forms Intro and tweaking the template
CreateView
Styling our forms with crispy forms
UpdateView
DeleteView
Setting up login page
Setting up log out page
Creating Sign up functionality
Making views to require login to access
Adding ForeignKey ModelField
Showing contacts of logged in user only
Securing our application
Creating partial for message template
Implementing messages to show user actions
Styling Admin Panel
Importing and Exporting CSV files from database
Setting error pages
Deploying our django project
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
ListView for Homepage
DetailView for contact details
Setting up search url and views
Passing data from template to view
Filtering objects containing search term and displaying in search page
Doing complex search query
Django forms Intro and tweaking the template
CreateView
Styling our forms with crispy forms
UpdateView
DeleteView
Setting up login page
Setting up log out page
Creating Sign up functionality
Making views to require login to access
Adding ForeignKey ModelField
Showing contacts of logged in user only
Securing our application
Creating partial for message template
Implementing messages to show user actions
Styling Admin Panel
Importing and Exporting CSV files from database
Setting error pages
Pushing our code to github
Deploying project easily on Python Anywhere
Managing WSGI and static files
Managing Media Files when DEBUG = False
Final Words
*Learn Fundamental Concepts of Django
*Work with Model, View & Template Layers
*Customize Django Admin Site
*Setup Development Environment for Django
*Tips & Tricks in using Django
*Basic Python Programming
*Be able to create any web application you want
*Create fully functional people manager web application
*Learn class based views
*Work with function based views
*Deploy your website online easily
*Implement Frontend CRUD
*Work with Django Messages
*Use external Django packages
*Add authentication to your site
Course content
Introduction to the course
What we are going to build
Resources to get along with the course
Getting ready for development with django
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting to work with django
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Templates & Static files
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Django Models & Admin Site
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
Homepage | Passing data from views to template
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Accessing Individual contact object
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
Class Based Views
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
ListView for Homepage
DetailView for contact details
Search Functionality | Passing data from template to views
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
ListView for Homepage
DetailView for contact details
Setting up search url and views
Passing data from template to view
Filtering objects containing search term and displaying in search page
Doing complex search query
Creating, Editing & Deleting contacts from Frontend
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
ListView for Homepage
DetailView for contact details
Setting up search url and views
Passing data from template to view
Filtering objects containing search term and displaying in search page
Doing complex search query
Django forms Intro and tweaking the template
CreateView
Styling our forms with crispy forms
UpdateView
DeleteView
Adding Authentication
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
ListView for Homepage
DetailView for contact details
Setting up search url and views
Passing data from template to view
Filtering objects containing search term and displaying in search page
Doing complex search query
Django forms Intro and tweaking the template
CreateView
Styling our forms with crispy forms
UpdateView
DeleteView
Setting up login page
Setting up log out page
Creating Sign up functionality
Making views to require login to access
Adding ForeignKey ModelField
Showing contacts of logged in user only
Securing our application
Django Messages framework
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
ListView for Homepage
DetailView for contact details
Setting up search url and views
Passing data from template to view
Filtering objects containing search term and displaying in search page
Doing complex search query
Django forms Intro and tweaking the template
CreateView
Styling our forms with crispy forms
UpdateView
DeleteView
Setting up login page
Setting up log out page
Creating Sign up functionality
Making views to require login to access
Adding ForeignKey ModelField
Showing contacts of logged in user only
Securing our application
Creating partial for message template
Implementing messages to show user actions
Bonus Lectures
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
ListView for Homepage
DetailView for contact details
Setting up search url and views
Passing data from template to view
Filtering objects containing search term and displaying in search page
Doing complex search query
Django forms Intro and tweaking the template
CreateView
Styling our forms with crispy forms
UpdateView
DeleteView
Setting up login page
Setting up log out page
Creating Sign up functionality
Making views to require login to access
Adding ForeignKey ModelField
Showing contacts of logged in user only
Securing our application
Creating partial for message template
Implementing messages to show user actions
Styling Admin Panel
Importing and Exporting CSV files from database
Setting error pages
Deploying our django project
What we are going to build
Resources to get along with the course
Setting up the Development Environment
Python for Django
Using PIP (Python Package Manager)
Understanding Virtual Environment
Starting our django project
Making our django app
Understanding MVT Layers
Including Templates and Static files
Displaying a Home page in django
Template Inheritance
Working with Models & Media files
Accessing Django Admin Site
Customizing Django Admin Site
How to pass data from views to the templates
Jinja 2 Syntax
Passing contacts objects to template
Displaying contact objects in a template
Improving models and card template
Including Template Partials
Getting individual Contact object from views
Showing Detail card in a template
ListView for Homepage
DetailView for contact details
Setting up search url and views
Passing data from template to view
Filtering objects containing search term and displaying in search page
Doing complex search query
Django forms Intro and tweaking the template
CreateView
Styling our forms with crispy forms
UpdateView
DeleteView
Setting up login page
Setting up log out page
Creating Sign up functionality
Making views to require login to access
Adding ForeignKey ModelField
Showing contacts of logged in user only
Securing our application
Creating partial for message template
Implementing messages to show user actions
Styling Admin Panel
Importing and Exporting CSV files from database
Setting error pages
Pushing our code to github
Deploying project easily on Python Anywhere
Managing WSGI and static files
Managing Media Files when DEBUG = False
Final Words
Sponsored High Speed Downloads
5870 dl's @ 3742 KB/s
Download Now [Full Version]
6555 dl's @ 3439 KB/s
Download Link 1 - Fast Download
9071 dl's @ 3979 KB/s
Download Mirror - Direct Download
Search More...
Udemy - Django 2 | Build & Deploy Fully Featured Web ApplicationRelated Archive Books
Archive Books related to "Udemy - Django 2 | Build & Deploy Fully Featured Web Application":
Links
Download this book
No active download links here?
Please check the description for download links if any or do a search to find alternative books.Related Books
- Ebooks list page : 41140
- 2019-08-09Udemy - Django 2 | Build & Deploy Fully Featured Web Application
- 2019-05-11Django 2 Build & Deploy Fully Featured Web Application
- 2019-09-30Python Django Build and Deploy Full Featured Web Application Using Python 3 and Django 2
- 2021-07-08Udemy - Build & Deploy Data Science Web Application In Cloud
- 2021-07-08Udemy - Build & Deploy Machine Learning Web Application In Cloud
- 2021-07-08Build & Deploy Machine Learning Web Application In Cloud
- 2021-08-19Udemy - Django Ecommerce Build Advance Django Web Application
- 2017-11-07[PDF] Udemy - Mastering 2D Games In Unity: Build 6 Fully Featured Games
- 2017-01-09[PDF] Udemy - Mastering 2D Games In Unity: Build 6 Fully Featured Games
- 2021-09-21Udemy - Django 3.2 Latest Full-Stack Web development
- 2021-09-06Udemy - Django 3 - Build Portfolio Project with Django from Scratch
- 2021-08-06Real World Projects Build & Deploy Data Science Web Apps
- 2021-04-24Udemy - Laravel 8.X & 7.X Build an e-commerce web application
- 2021-01-04Udemy - Let's Build Doctors Patient Management Web App Together
- 2020-11-26Udemy - Django 3 - Build a GraphQL API with Django and Graphene
- 2019-08-08Udemy - Django 2.2 & Python | The Ultimate Web Development Bootcamp
- 2017-09-28Mastering 2D Games In Unity: Build 6 Fully Featured Games
- 2022-05-06Build & Deploy Full Stack MERN Application Redux-Toolkit Auth, CRUD, Like, Search & Pagination
- 2022-05-05Build & Deploy Full Stack MERN Application Redux-Toolkit
Comments
No comments for "Udemy - Django 2 | Build & Deploy Fully Featured Web Application".
Add Your Comments
- Download links and password may be in the description section, read description carefully!
- Do a search to find mirrors if no download links or dead links.