An intro to Django part 12. Creating a profile page

Опубликовано: 09 Октябрь 2024
на канале: codefez
67
11

In this series, I aim to showcase how Django can be used to create a simple blog-like review site.
This is aimed at my students who may be looking for a simple way to put together their project idea that needs to have a functional user interface, a backend database and the ease of using Python to perform some logic in the background.

In the penultimate video, I demonstrate who you can create a simple profile page for your site for each user and how it will differ for the actual person the profile belongs to and how others will see it.