In this video you are going to learn the fundamentals about how to upload files with Django.
👉 Part 2 - Model Forms: https://www.youtube.com/watch?v=KQJRwWpP8hs
👉 Django File Upload Playlist: https://www.youtube.com/watch?v=Zx09vcYq1oc&list=PLLxk3TkuAYnpm24Ma1XenNeq1oxxRcYFT
-------------------------------------------------------------------------------
(0:35) Basic concepts
(2:18) Basic upload example
(5:46) Handling Django UploadedFile inside request.FILES
(6:28) Required configuration to serve media files
(9:25) Saving uploaded files with FileSystemStorage
(12:05) Explaining the MEDIA_URL setting
(13:28) Displaying uploaded file
-------------------------------------------------------------------------------
📎 Download the mindmap with references I used in the video: https://sibt.co/2OB5peg
✍🏻 Read the blog post: https://sibt.co/2OF6PUU
👨🏻💻 Project source code: https://github.com/sibtc/django-upload-example
✉️ Let's keep in touch! Subscribe to my mailing list: https://sibt.co/newsletter
🌎 For more on Django, Python and Web Development: https://simpleisbetterthancomplex.com
-------------------------------------------------------------------------------
🧔🏻 Follow me on:
https://github.com/vitorfs
https://twitter.com/vitorfs
https://facebook.com/vitorfs
https://instagram.com/vitorfs
#django #python