Django Tutorial - Page managing (Create, Update, Delete) #14

Опубликовано: 30 Октябрь 2024
на канале: Python Lessons
1,548
27

Welcome everyone to part 14 of the web development in python with Django. In the previous tutorial, we learned how to upload and manage images for our Django website. Although, we learned how to upload images for our series, articles, and even for our user profile.

But what's that purpose if we can't manage our series and articles from the front end? We are locked to do all this stuff in the back end in the admin panel.

So in this Django tutorial, we'll learn how we can implement all this stuff so we would be able to update, delete and create articles and series just in the front end if we have the right authorization for that.

Text version tutorial: https://pylessons.com/django-managing...
GitHub code: https://github.com/pythonlessons/Djan...

#django #programming #educational #technology #web #website