Create Profile Model - Django Blog Application #13

Опубликовано: 10 Май 2026
на канале: All Code Joker
77
4

In this tutorial, we will build out the Profile database model for our Django Blog website application with Django and Python.

Get free access to my every month tips, tutorials, and resources, to improve your coding skills here: https://allcodejoker.pythonanywhere.com

We'll create a Profile model with user, bio, followers and image fields.

We'll also create a couple of instances of our model.

And in the next video, we'll create a separate page for users to view those profiles.

#django #djangobeginners #djangotutorials #djangodjango #djangoproject #allcodejoker

All Code Joker GitHub: https://github.com/allcodejoker

Timecodes

0:00​​ - Introduction
0:50 - Create Profile Model
5:05 - Make And Push Migrations
5:20 - Register The Profile Model To Admin
5:40 - Create An Instance Of Comment Model
6:30 - Add Django Signals To Profile Model
9:00 - Conclusion