Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Emotional Intelligence
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Cleaning
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 5.5 hours on-demand video
  • 1 downloadable resource
  • Full lifetime access
  • Access on mobile and TV
Development Web Development Django

Django: Web Development with Django: 2-in-1

Master the advanced features of Django to build professional, manageable web applications
Rating: 4.0 out of 54.0 (4 ratings)
56 students
Created by Packt Publishing
Last updated 4/2018
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Use complex class-based views to implement a variety of functionalities in Django
  • Automate tasks that run at a specific time or interval with the aid of Crontab
  • Manage multiple environments and developer setups in Django
  • Learn and understand how the internals of GraphQL work
  • Find out how to develop a web API using the Django REST framework
  • Discover how to evaluate third-party apps, where to go for documentation and advice, and some common pitfalls to avoid

Course content

2 sections • 44 lectures • 5h 29m total length

  • Preview04:46
  • Extending Class Based Views
    12:01
  • Using Mixins
    06:50
  • Creating Custom CBV's
    05:40
  • Building Switchboard Views
    06:44
  • Getting Help with Class Based Views
    02:43
  • Preview09:18
  • CBV’s in Django Rest Framework
    05:15
  • Authentication with DRF
    06:14
  • Introduction to GraphQL
    07:29
  • Building a Basic Schema
    08:16
  • Building Custom Objects
    06:34
  • Working With Mutations
    06:52
  • Pipenv the New PIP
    08:25
  • Separating Settings Files
    07:04
  • Custom Pipenv Environment
    04:35
  • Why Testing Matters
    07:35
  • How Django Handles Testing
    13:36
  • Testing Models
    10:20
  • Testing Views
    08:46
  • Testing It All Together
    05:35
  • Security in Django
    03:54
  • Securing the Django Admin
    03:47
  • Planning for Failure
    06:45

  • The Course Overview
    02:25
  • Installation and Setup
    03:40
  • Apps and Views
    07:18
  • Templates
    06:37
  • Models
    06:06
  • Models, Views, and Templates
    08:28
  • Forms
    11:08
  • Users and the Admin
    09:02
  • Relationships
    10:26
  • Querysets and managers
    08:10
  • Extending our Models
    05:06
  • E-learning Views
    13:31
  • E-learning views (continued)
    06:59
  • E-learning Templates
    09:23
  • Authentication
    09:30
  • Class-based Views
    08:53
  • Django REST framework
    05:38
  • Django REST Framework (continued)
    09:51
  • Heroku
    04:51
  • Preparing your application
    12:55

Requirements

  • Prior knowledge of Python and Django is needed

Description

Django is one of the world's leading web development platforms and follows the model-view-template development method. This is a Python web framework that makes your app-building experience smoother, faster, and easier. Django has been the key feature behind the success of many start-ups across the world.

This comprehensive 2-in-1 training course is designed to fine-tune your knowledge of Django with the help of these bite-size videos, which will take you through the advanced concepts of this technology coupled with a practical implementation. This will also be teaching you how to build an e-learning platform using Django.

Contents and Overview

This training program includes 2 complete courses, carefully chosen to give you the most comprehensive training possible.

The first course, Advanced Web Development with Django, will give you all the skills needed to develop powerful websites quickly, with code that is clean and easy to maintain. You’ll focus on how to keep your projects secure, how to integrate third-party libraries to build out quick, but powerful APIs, and how to make your projects easier to work with. You'll then create custom middleware to help you better organize frequently used code. Build a complete REST API by starting out with a basic read-only API and then adding key-based authentication to allow the full range of CRUD functionality. You'll also utilize model managers and the Q method so that we can make it easier to get the data we need to use our views and clients. Finally, you’ll secure your web App using various Django tools.

The second course, Django Projects: E-Learning Portal, shows how to set up a best-practices development environment and then quickly move to writing a simple e-learning system, showcasing the key features of Django and its ecosystem. You’ll take a pragmatic getting-things-done approach, while avoiding decisions that would hurt us in later stages of development. Finally, you’ll have built a simple e-learning platform, including content management, student registration, and a restful API.

By the end of this training program, you will be well versed with the advanced concepts of Django and will emerge as a fully-fledged Django expert.

About the Authors

Jeremy Spencer is a speaker, trainer and consultant with over 10 years experience in web technologies and helping the people who use them. He started using Django and Python after running into early limitations with PHP. In 2017 he started blogging to teach the basics of Django and Python on Medium @jeremytiki. After the blog initially took off, his proposal was accepted for DjangoCon 2017 where a similar presentation was given at the convention that year. Now he spends most of his time consulting for small business and helping beginners get into Python and Django. He continues to find new ways to help beginners learn to love programming as much as he does.

René Fleschenberg is a web developer/sysadmin hybrid with a focus on back-end development in Python and Django. He has been working with Django for about 5 years and has built a variety of Django-based websites. He co-maintains an open source Django-based e-commerce solution.

Who this course is for:

  • Developers who have worked on Django and want to get hands-on with more complex and advanced applications

Instructor

Packt Publishing
Tech Knowledge in Motion
Packt Publishing
  • 3.9 Instructor Rating
  • 56,863 Reviews
  • 345,752 Students
  • 1,423 Courses

Packt has been committed to developer learning since 2004. A lot has changed in software since then - but Packt has remained responsive to these changes, continuing to look forward at the trends and tools defining the way we work and live. And how to put them to work.

With an extensive library of content - more than 4000 books and video courses -Packt's mission is to help developers stay relevant in a rapidly changing world. From new web frameworks and programming languages, to cutting edge data analytics, and DevOps, Packt takes software professionals in every field to what's important to them now.

From skills that will help you to develop and future proof your career to immediate solutions to every day tech challenges, Packt is a go-to resource to make you a better, smarter developer.

Packt Udemy courses continue this tradition, bringing you comprehensive yet concise video courses straight from the experts.



  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.