Magnetic link has been copied to the cutting board

Name [ DevCourseWeb.com ] Udemy - Django - Build Secure and Scalable Web Applications

File Type video

Size 2.54GB

UpdateDate 2024-9-17

hash *****C3DDC2EC74EBB8319BD6CA6F4238686ACC

Hot 1

Files Get Bonus Downloads Here.url | 182B ~Get Your Files Here !/1. Introduction/1. Introduction.mp4 | 45.13MB ~Get Your Files Here !/10. User Authentication with Django/1. Building User Authentication Sign Up, Log In, and Log Out.mp4 | 124.38MB ~Get Your Files Here !/11. Styling with Bootstrap Enhancing the Look and Feel of the App/1. Introduction to Bootstrap Building Modern and Responsive Web Applications.mp4 | 99.41MB ~Get Your Files Here !/11. Styling with Bootstrap Enhancing the Look and Feel of the App/2. Integrating Bootstrap into Your Application Enhancing Visual Appeal and Respons.mp4 | 59.65MB ~Get Your Files Here !/12. Enhancing User Security Adding Password Change and Reset Functionality/1. Enabling Password Change.mp4 | 49.90MB ~Get Your Files Here !/12. Enhancing User Security Adding Password Change and Reset Functionality/2. Password Reset Configuring Email and Customizing Templates.mp4 | 101.36MB ~Get Your Files Here !/13. Building a Dynamic Newspaper App Articles, Permissions, and Comments/1. Creating the Articles App Configuring Models, Views, and Templates.mp4 | 98.90MB ~Get Your Files Here !/13. Building a Dynamic Newspaper App Articles, Permissions, and Comments/2. Enhancing Article Functionality Edit and Delete Options with Generic Views.mp4 | 108.64MB ~Get Your Files Here !/13. Building a Dynamic Newspaper App Articles, Permissions, and Comments/3. Create New Articles Adding a Page for Authors to Post Content.mp4 | 80.36MB ~Get Your Files Here !/14. Controlling Access Permissions and Authorizations in Django/1. Setting Current User as Article Author and Implementing LoginRequired Mixin.mp4 | 41.25MB ~Get Your Files Here !/14. Controlling Access Permissions and Authorizations in Django/2. Implementing User Authorization with UserPassesTestMixin.mp4 | 32.31MB ~Get Your Files Here !/15. Enhancing Interaction Adding Comments with Foreign Key Relationships/1. Adding Comments to Newspaper Site with Foreign Key Relationships.mp4 | 92.88MB ~Get Your Files Here !/16. Wrapping Up/1. Completing Your Journey Becoming a Proficient Django Web Developer.mp4 | 20.71MB ~Get Your Files Here !/2. Module 1 Initial Set up/1. Basic terminal commands.mp4 | 29.25MB ~Get Your Files Here !/2. Module 1 Initial Set up/2. Installing Python and setting up Virtual Environments.mp4 | 31.64MB ~Get Your Files Here !/2. Module 1 Initial Set up/3. Installing Django.mp4 | 33.35MB ~Get Your Files Here !/2. Module 1 Initial Set up/4. Installing Git CLI.mp4 | 26.69MB ~Get Your Files Here !/2. Module 1 Initial Set up/5. Integrated Development Environments (IDEs) or Text Editor.mp4 | 36.74MB ~Get Your Files Here !/3. Django Hello, World App Building, Git Integration, and GitHub Deployment/1. Building a simple Hello World App.mp4 | 44.03MB ~Get Your Files Here !/3. Django Hello, World App Building, Git Integration, and GitHub Deployment/2. Creating Django Apps.mp4 | 24.74MB ~Get Your Files Here !/3. Django Hello, World App Building, Git Integration, and GitHub Deployment/3. Configuring Django Apps Organizing Functionality within a Project.mp4 | 39.52MB ~Get Your Files Here !/3. Django Hello, World App Building, Git Integration, and GitHub Deployment/4. GitHub Repository Setup and Remote Collaboration.mp4 | 57.27MB ~Get Your Files Here !/4. Building, Testing, & Deploying the Pages App with Django CBVs and Templates/1. Building and Deploying a Pages App with Django's Class-Based Views and Templates.mp4 | 43.85MB ~Get Your Files Here !/4. Building, Testing, & Deploying the Pages App with Django CBVs and Templates/2. Utilizing Templates for Scalable Web Development in Django.mp4 | 28.62MB ~Get Your Files Here !/4. Building, Testing, & Deploying the Pages App with Django CBVs and Templates/3. Template Inheritance Extending Templates in Django.mp4 | 46.67MB ~Get Your Files Here !/4. Building, Testing, & Deploying the Pages App with Django CBVs and Templates/4. Writing Tests for Your Django App Ensuring Robustness and Reliability.mp4 | 30.82MB ~Get Your Files Here !/4. Building, Testing, & Deploying the Pages App with Django CBVs and Templates/5. Tracking Code Changes with Git and Pushing to GitHub.mp4 | 21.79MB ~Get Your Files Here !/4. Building, Testing, & Deploying the Pages App with Django CBVs and Templates/6. Deploying Your Django App to the Cloud.mp4 | 44.94MB ~Get Your Files Here !/4. Building, Testing, & Deploying the Pages App with Django CBVs and Templates/7. Heroku Deployment Configuration.mp4 | 27.75MB ~Get Your Files Here !/4. Building, Testing, & Deploying the Pages App with Django CBVs and Templates/8. From App Creation to Server Launch for Your Django App.mp4 | 62.23MB ~Get Your Files Here !/5. Building a Message Board App Exploring Django's Admin Interface, Adding Tests,/1. Initial Setup and Creating a Database Model in Django.mp4 | 51.75MB ~Get Your Files Here !/5. Building a Message Board App Exploring Django's Admin Interface, Adding Tests,/2. Mastering Django Admin Efficient Data Management and Customization.mp4 | 26.47MB ~Get Your Files Here !/5. Building a Message Board App Exploring Django's Admin Interface, Adding Tests,/3. Building the Homepage Views, Templates, and URL Configuration in Django.mp4 | 60.95MB ~Get Your Files Here !/5. Building a Message Board App Exploring Django's Admin Interface, Adding Tests,/4. Writing Simple TestCases for Database-Driven Content.mp4 | 100.47MB ~Get Your Files Here !/6. Building a Blog App with Django Creating, Editing, and Styling Blog Posts/1. Initial Setup and Database Model Creation for Blog App.mp4 | 111.85MB ~Get Your Files Here !/6. Building a Blog App with Django Creating, Editing, and Styling Blog Posts/2. Enhancing the Blog App Adding Static Files - CSS and JS.mp4 | 26.24MB ~Get Your Files Here !/6. Building a Blog App with Django Creating, Editing, and Styling Blog Posts/3. Building Individual Pages Adding Views to the Blog App and Testing.mp4 | 122.45MB ~Get Your Files Here !/7. Adding Forms for Blog Entry Management in the Blog App/1. Creating and Updating Blog Entries Building Forms and Templates.mp4 | 97.84MB ~Get Your Files Here !/7. Adding Forms for Blog Entry Management in the Blog App/2. Implementing Delete Functionality with Django Forms.mp4 | 57.82MB ~Get Your Files Here !/7. Adding Forms for Blog Entry Management in the Blog App/3. Testing Blog Functionality Ensuring CRUD Operations Work Correctly.mp4 | 72.90MB ~Get Your Files Here !/8. Django User Authentication and Security/1. Implementing Log In and Log Out Functionalities.mp4 | 57.75MB ~Get Your Files Here !/8. Django User Authentication and Security/2. User Sign Up Implementing User Registration with Django's UserCreationForm.mp4 | 57.87MB ~Get Your Files Here !/8. Django User Authentication and Security/3. Deploying App to Heroku Configuring Procfile, Gunicorn, and Static Files.mp4 | 74.23MB ~Get Your Files Here !/9. Utilizing Custom User Models with Django's Abstract User Class/1. Creating Custom User Model with AbstractUser in Django.mp4 | 97.24MB ~Get Your Files Here !/Bonus Resources.txt | 386B

Recommend

Magnetic link has been copied to the cutting board