Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Creating a portfolio with Django (Beginners)
Rating: 5.0 out of 5(1 rating)
4 students

Creating a portfolio with Django (Beginners)

Have you ever wanted to create a website using Django?
Created byJaime Caetano
Last updated 11/2024
English

What you'll learn

  • Understand the Django framework development dynamic
  • Create a Django project step by step approach
  • Learn how databases work in the Django framework
  • Publish a Django website to the internet

Course content

9 sections46 lectures2h 42m total length
  • Documentation

    Section 1 documentation

  • Installing Miniconda4:27

    We will be using Miniconda to create virtual environments and run Python.

  • Installing VS Code2:44

    In case you don't have a text editor yet, VS code is one good option.

  • Creating a virtual environment and installing Django2:39

    Keeps things organized and you'll thank yourself later!

  • Creating a Django project4:14

    Finally! Let's create a Django Project.

  • Creating a Django app2:18

    A Django app is where we do most of the code. Let's create one.

  • Exploring settings.py4:37

    settings.py is one of those importante files. Let's study what's inside.

  • Running the project locally1:17

    How to run a Django project locally?

  • Why would you create an app?4:13

    Understanding a little bit more of the structure in a Django project

Requirements

  • It's useful to know about methods, iterating loops and objects. The course is structured in a way that you can follow along even if you are not comfortable with those concepts yet.

Description

Django is a powerful full-stack web framework that uses Python to build robust and scalable applications. In this course, we’ll learn to create a complete website with Django, guiding you through the entire process from start to finish. The course is structured in different sections, giving you a solid understanding of each stage of development.

Have you ever wanted to create a website using Django?

In this course we will go through the entire process!

The course is organized in different parts:

  • Setting Up

  • First steps in development

  • Django Admin Interface

  • Creating a database in Django

  • Deepening development

  • HTML & CSS adjustments

  • Deployment & Publishing


With a solid foundation, we’ll move on to deepening development, where you’ll learn concepts that make your website more dynamic and functional. Then, we’ll make HTML and CSS adjustments to improve the style of the site. Finally, we’ll see how to deploy and publish the website online, making it accessible to everyone.

Documentation
During the course I will provide you documentation in a step by step format that you can use in the future as a guide to create other Django projects.

Requirements
We will be using Python, HTML and some CSS. It's alright if you don't feel comfortable with those languages, we will be coding along during the videos!

Let's see how it goes and let's get started :)

Who this course is for:

  • Entrepreneurs
  • Web Developers curious about Django
  • Django beginners