Back to Browse

Django Tutorial - Uploading Article images #17

2.3K views
Aug 15, 2022
21:09

Welcome everyone to part 17 of the web development in python with Django. At this point, we have already completely implemented email authentication into our Django website. This means that all the users must confirm their email while registering. This enables us to implement password recovery functionality by using user's emails, and we implemented all of this! The first thing that attracts the users to a website is videos, images, and other attractive stuff, definitely not plain text! But then I thought, what is the website's purpose if we can't control all the media stuff on our articles. So, in this part, we'll cover how to implement the functionality to add images from our computer or copy from somewhere into our articles! Text version tutorial: https://pylessons.com/django-article-images GitHub code: https://github.com/pythonlessons/Django_tutorials/tree/main/17_Django-article-images #django #programming #educational #technology #web #website

Download

0 formats

No download links available.

Django Tutorial - Uploading Article images #17 | NatokHD