Description
Welcome to Django A-Z: Learn Django Framework By Building & Deploying Web Application Project!
One course that will help you to start your Web Development Journey from Scratch Step-by-Step. This course touches each and every important concept for Django beginners with it’s the latest LTS Version Django 2.2,
Throughout this course you will learn about:
Development Environment Set-up. (Libraries, Extensions, IDE’s, Virtualenv)
Django Flow & File Structure
Django URLs, Views, and Templates
Models and SQLite3 Database
Set-up Static files and Media files Structure. (CSS, JS, Images)
Work with Administration Panel
Work with Forms and Fields
Writing Function-Based Views
Messages and Notification.
Django Authentication System
Functionality for Registration, Login, and Logout
Integrating Crispy Form to improve Registration Functionality
Understanding Restrictions – Page, Header
Relationship Between Models (Task & User)
Understanding Foreign Key Concept – ManyToMany Relationship, OneToOne Relationship
Working with Django Security Updates
4 Important Pillars to Deploy (git, GitHub, Heroku, Heroku CLI)
Working with GitHub Repository
Understanding the working of requirements txt and .gitignore
Working with Django Environ (Django Environment Variable)
Push project from Local System to GitHub
Working with Django Heroku (STATICROOT, WSGI, gunicorn)
Working with Heroku CLI
Handling WSGI with gunicorn
Hiding Secret Key, DEBUG, Allowed Host, Database Information
Working with Django Security and Database Updates