A comprehensive course for those who know Python basics and want to be able to build web apps using Python
About This Video
Learn the different components of the Django web framework using real-world examples
Learn and test for yourself and understand how every component behaves by running them on your browser
Understand and apply the communication between Django and the SQL database
In Detail
The course teaching approach is learn-by-doing. You …
Django Crash Course with Examples
Video description
A comprehensive course for those who know Python basics and want to be able to build web apps using Python
About This Video
Learn the different components of the Django web framework using real-world examples
Learn and test for yourself and understand how every component behaves by running them on your browser
Understand and apply the communication between Django and the SQL database
In Detail
The course teaching approach is learn-by-doing. You will learn to build two different apps: a modern Bootstrap blog website with a complete blog author interface and a dynamic Google Translate-like translator web app. The two apps have been chosen carefully to cover all core Django features. The apps are also extendible, allowing you to improve and add features to the apps while sharpening your Django skills and building your own GitHub portfolio.
Among other topics, you will learn the model-view-template app structure of Django. You will also learn to set up SQL databases and connect the database with your app. You will learn to build complete web pages equipped with HTML widgets and create HTML forms that handle GET and POST HTTP requests. In addition, you will learn how to create and manage URL patterns for your app pages. You will also learn how to build an admin interface, which is useful when building content websites such as blogs, where content creators and other admins can use the admin interface to add content to the website without interfering with the codebase.
You will also get an introduction to HTML and learn to create front-end widgets such as input boxes, buttons, and HTML forms. You will learn to give your web app a modern look by adding Bootstrap styling to your website.
By the end of the course, you will have all the skills to build your own web apps using Django, and you will know where to look whenever you need to add new Django features to your apps.
Audience
The course is beneficial for those who want to turn their ideas into web apps. You will be able to create your own web apps in no time. You will also be able to start your web development career with this course. Finally, the program assumes you know Python basics already. If you know Python basics, you can understand and use the Django codebase to build web applications, and this course will take you step-by-step through that process.
Setting Up a Virtual Environment and Installing Django 4
Django Versus Other Python Web Frameworks
Chapter 2 : Creating Models
Creating a Django Project
Creating an Admin User
Creating a Blog App
Creating the Post Model
The Architecture of a Django App - Understanding Django
Chapter 3 : HTML Templates and URL Patterns
Creating an HTML Template
Creating a View to Connect the Model to the Template
Creating URL Patterns
Chapter 4 : The Admin Interfaces
Creating Posts from the Admin Interface
Chapter 5 : Creating Web Pages
Creating a Homepage
Adding an About Page
Showing a List of Posts on the Homepage
Using URL Tags to Create Links
Chapter 6 : Integrating Bootstrap
Making the Webpage Modern with Bootstrap
Chapter 7 : Template Filters and Template Inheritance
Django Template Filters
Template Inheritance
Styling the Navigation Menu
Chapter 8 : Building a Translator Web App
Introduction to the Translator App
The Steps to Complete the Translator App
Creating the Empty Translator App
Creating the HTML Form
Configuring the URLs
Creating the Form-View
Getting and Returning User Input Through a Form
Finishing the Translator App
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept