Web Development
Showing 481–492 of 1534 results
Django | Create a Complete News Website
Learn Django By Creating News Website
Django 101: Django for absolute beginners
Learn Django web framework from scratch.
Django 2 Views, Apps, and URL Mappings
Django has been one of the most popular Python frameworks to this date. This course will teach you to create a Django project, set up apps, build views, create URL mappings, and learn about some of the convenience features offered by Django.
Django 2.2 Masterclass – Build & Deploy Web Application With Python & Django
Learn Django 2.2 - Build Real Web Application With Python, Django, GIT and Deploy on Heroku Server! | Backend on Python
Django 201: Intermediate Django Development
Learn Intermediate Django Development
Django 3 | Django For Absolute Beginners
Learn Django The Easy Way
Django 3 Deployment and Maintenance
This course will teach you how to maintain and upgrade Django projects and their dependency files, as well as log messages and resolve deprecation issues.
Django 3 Forms and ModelForms
This course will enable you to create snappy and beautiful forms for a website. You will be able to tie up forms directly with the database models, customize them, do data sanity checks, save back to the database, and keep the information secure.
Django 3 Templates
This course will teach you how to use Django Templates, a powerful tool that enables developers to save development time and eliminate redundancies and security flaws when creating styling for their web projects.
Django 3 Testing, Security, and Performance
This course will teach you how to create and manage your Django applications by implementing security, performance optimization, and Unit Testing.
Django 4.0 with Amazon RDS, Elastic Beanstalk and Route53
Learn how to Build Django 4.0 with Amazon RDS, Elastic Beanstalk and Route53
Django Admin
This course will teach you how to use Django Admin, one of the most powerful Django components that enables a handy way of managing your site. You'll learn how to fully customize Admin's look and behavior through Views, Templates and Actions.