Creating a blog using Django 3 - Part 2 - Models and admin interface

Опубликовано: 29 Сентябрь 2024
на канале: Code With Stein
2,238
28

In this part of the series I'm going to show you how to use Django shell to insert data to the database. I'm also going to show you how to register the two models with the admin interface and how to log in there.

I hope this sounds exciting! If you have any questions, feel free to leave a reply :-)

Subscribe to my channel to get notified when the next part of this series is published!

#django #python #blog