Companies Home Search Profile

Python Django: Deployment Master Class - 2023

Focused View

Arno Pretorius

7:18:58

181 View
  • 1 - Course welcome.mp4
    01:34
  • 2 - Course prerequisites.mp4
    00:36
  • 3 - Course overview.mp4
    01:16
  • 4 - Thought process.mp4
    01:18
  • 5 - QA forums.mp4
    01:18
  • 6 - Final project code download.mp4
    00:58
  • 6 - dev-Railway.zip
  • 6 - dev-Render.zip
  • 7 - Python installation and setup.mp4
    03:48
  • 8 - Visual Studio Code installation and setup.mp4
    02:16
  • 9 - Visual Studio Code extensions.mp4
    04:37
  • 10 - Introduction A simplified approach.mp4
    01:45
  • 11 - Django project setup.mp4
    08:15
  • 12 - Configure the python interpreter.mp4
    02:14
  • 13 - VS code terminal Command prompt.mp4
    02:10
  • 14 - Django app setup.mp4
    02:35
  • 15 - Templates URLs and Views Pt 1.mp4
    07:40
  • 16 - Templates URLs and Views Pt 2.mp4
    10:21
  • 17 - Applevel templates Namespace protection.mp4
    04:17
  • 18 - Configure static files.mp4
    12:51
  • 19 - How to refresh static files.mp4
    01:24
  • 20 - Styling our web app Pt 1.mp4
    06:12
  • 21 - Styling our web app Pt 2.mp4
    07:45
  • 21 - index.html
  • 22 - Create a profile model.mp4
    12:31
  • 23 - Configure Django to allow file uploads.mp4
    07:04
  • 24 - User registration Pt 1.mp4
    12:06
  • 25 - Styling our user registration page Pt 2.mp4
    11:17
  • 26 - User registration Pt 3.mp4
    06:40
  • 27 - User authentication.mp4
    13:15
  • 28 - User authentication Continued.mp4
    06:44
  • 29 - Protecting our account views.mp4
    02:50
  • 30 - Profile management Updating our username and email.mp4
    10:55
  • 31 - Profile management Deleting an account.mp4
    09:41
  • 32 - Upload and render a file in Django.mp4
    16:13
  • 33 - Design and styling Pt 1.mp4
    10:22
  • 34 - Design and styling Pt 2.mp4
    10:19
  • 35 - Introduction AWS.mp4
    00:58
  • 36 - Create an AWS account.mp4
    01:59
  • 36 - Create-an-AWS-account-FINAL-v3.pdf
  • 37 - Create a budget with AWS Budgets.mp4
    06:06
  • 38 - Create an IAM user group and user.mp4
    12:52
  • 39 - Alternate IAM signin method.mp4
    01:30
  • 40 - Generate access keys.mp4
    03:51
  • 41 - Enable MFA for your accounts.mp4
    06:56
  • 42 - Install and setup the AWS CLI.mp4
    03:09
  • 43 - Setup your AWS credentials.mp4
    01:22
  • 44 - Setup an Amazon S3 bucket.mp4
    17:21
  • 45 - Configure Amazon S3 with your app.mp4
    20:24
  • 46 - Introduction Render.mp4
    00:44
  • 47 - Create a GitHub account Optional.mp4
    03:38
  • 48 - Create a Render account.mp4
    03:35
  • 49 - Cost pricing analysis Render.mp4
    02:14
  • 50 - Create a PostgreSQL database on Render.mp4
    05:02
  • 51 - Installing important packages.mp4
    05:41
  • 52 - Configure our database settings.mp4
    05:36
  • 53 - Testing our PostgreSQL database.mp4
    08:13
  • 54 - Configuring our environment variables.mp4
    12:48
  • 55 - Deployment preparation.mp4
    06:12
  • 56 - Deploying to Render Pt 1.mp4
    18:11
  • 57 - Deploying to Render Pt 2.mp4
    05:42
  • 58 - Custom domain name guidance.mp4
    02:06
  • 59 - Resource cleanup.mp4
    01:38
  • 60 - Introduction Railway.mp4
    00:46
  • 61 - Create a GitHub account Optional.mp4
    03:38
  • 62 - Cost pricing analysis Railway.mp4
    03:24
  • 63 - Verify your Railway account.mp4
    05:49
  • 64 - Create a PostgreSQL database on Railway.mp4
    01:28
  • 65 - Installing important packages.mp4
    03:59
  • 66 - Configure our database settings.mp4
    04:36
  • 67 - Testing our PostgreSQL database.mp4
    03:34
  • 68 - Configuring our environment variables.mp4
    08:58
  • 69 - Deployment preparation.mp4
    05:14
  • 70 - Deploying to Railway Pt 1.mp4
    11:37
  • 71 - Deploying to Railway Pt 2.mp4
    09:18
  • 72 - Custom domain name guidance.mp4
    01:25
  • 73 - Resource cleanup.mp4
    01:22
  • 74 - THANK YOU A final message.mp4
    00:55
  • 75 - Bonus lecture.html
  • Description


    Deploy a Django Web Application | Hands-on demonstrations | Deployment mastery

    What You'll Learn?


    • Learn how to deploy your Django app to a live server
    • Deploy your application with Render
    • Deploy your application with Railway
    • How to manage your static and media files with Amazon S3 buckets
    • How to provision a PostgreSQL database with Render and Railway

    Who is this for?


  • Django developers who want to access their application on a live server
  • Django developers who want to learn how to build a real-world project
  • Tech enthusiasts who want to learn more!
  • More details


    Description

    Welcome! I'm here to teach you how you to deploy your Django application onto a live server. I will also teach you how to manage your static/media files as well as your PostgreSQL database. We will also learn how to store our API keys securely by making use of environment variables on PaaS platforms.

    Throughout this course we will make use of the following services:

    Render:

    - For deploying our Django web application
    - For provisioning a PostgreSQL database

    AWS:
    - For storing our static and media files with Amazon S3 buckets


    Railway:

    - For deploying our Django web application
    - For provisioning a PostgreSQL database

    This course is primarily intended for those with a basic knowledge of Django. You also need to have some knowledge of HTML, CSS, JavaScript and a little bit of bootstrap would be helpful.  If you meet these conditions then this course is for you!

    I want to help YOU to deploy your very first Django application!


    The Python Django: Deployment Master Class - 2023 - course has been structured in a simple and logical order. Everything that has been designed from the styling to the graphics and topics covered is crafted with the absolute duty of care towards the student.


    • It covers all the concepts that you need to be aware of, in order to deploy your application.

    • The course is structured in a logical and cohesive way - not just random lectures plastered everywhere.

    • It starts off very simple and then builds on gradually throughout the course.

    • This course is jam-packed with code snippets/references and with the full project source code (as a zip file).


    The Python Django: Deployment Master Class - 2023 is a highly practical course and allows you to apply your knowledge:


    • There is a wealth of hands-on lectures throughout this course.


    ---------------------------------------------------

    Your instructor:

    My name is Arno Pretorius. I'm a qualified IT teacher who has taught programming both in-person and online. My main passions are teaching and technology, so I thought why not just combine the best of both worlds to create something truly amazing and valuable. Over the years, I have created and deployed many real-world Django-based applications, including a job portal for university graduates and an exclusive social network.

    I'm a Django developer, an AWS Certified Cloud Practitioner, Solutions Architect, and Developer. I have a keen interest in everything that relates to web development, Django web application security, and cloud computing.

    So, let's go and become fluent in Django, along with an extra service or two.

    Trust me you are in good hands!

    ---------------------------------------------------


    This course also comes with:

    - 7 + hours of on-demand video

    - Full lifetime access

    - A Udemy certificate of completion

    - Access on mobile and TV

    Who this course is for:

    • Django developers who want to access their application on a live server
    • Django developers who want to learn how to build a real-world project
    • Tech enthusiasts who want to learn more!

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Arno Pretorius
    Arno Pretorius
    Instructor's Courses
    Arno is a software developer and a solutions architect with a particular interest in Cloud computing and API’s. He has a BSc in Information Technology and is an AWS certified Solutions Architect Professional, an AWS Developer Associate, Database Specialist and  SysOps Administrator. He is also a Django developer with experience in deploying Django-based web applications to the AWS cloud.During his spare time he enjoys reading, blogging and streaming.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 74
    • duration 7:18:58
    • Release Date 2023/04/11