<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Python Django Tutorial: Full-Featured Web App Part 8 - User Profile and Picture</title>
        <link>https://video.trieutien.xyz/videos/watch/10018af5-740d-4e1b-a1ae-754ae3bb8dd2</link>
        <description>In this Python Django Tutorial, we will be creating a user profile that extends the built-in Django User model. We will then use this user profile to store profile pictures for each user. We will also be learning how to set the MEDIA_ROOT, MEDIA_URL, and also make our static files accessible through our URL patterns. Finally, we will create a receiver function for a Django signal that will make sure our profiles are created when a user first registers. Let's get started... The code for this series can be found at: https://github.com/CoreyMSchafer/code_snippets/tree/master/Django_Blog Django Static File Docs: https://docs.djangoproject.com/en/2.1/howto/static-files/#serving-files-uploaded-by-a-user-during-development ✅ Support My Channel Through Patreon: https://www.patreon.com/coreyms ✅ Become a Channel Member: https://www.youtube.com/channel/UCCezIgC97PvUuR4_gbFUs5g/join ✅ One-Time Contribution Through PayPal: https://goo.gl/649HFY ✅ Cryptocurrency Donations: Bitcoin Wallet - 3MPH8oY2EAgbLVy7RBMinwcBntggi7qeG3 Ethereum Wallet - 0x151649418616068fB46C3598083817101d3bCD33 Litecoin Wallet - MPvEBY5fxGkmPQgocfJbxP6EmTo5UUXMot ✅ Corey's Public Amazon Wishlist http://a.co/inIyro1 ✅ Equipment I Use and Books I Recommend: https://www.amazon.com/shop/coreyschafer ▶️ You Can Find Me On: My Website - http://coreyms.com/ My Second Channel - https://www.youtube.com/c/coreymschafer Facebook - https://www.facebook.com/CoreyMSchafer Twitter - https://twitter.com/CoreyMSchafer Instagram - https://www.instagram.com/coreymschafer/ #Python #Django</description>
        <lastBuildDate>Tue, 25 Aug 2026 10:47:13 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://video.trieutien.xyz</generator>
        <image>
            <title>Python Django Tutorial: Full-Featured Web App Part 8 - User Profile and Picture</title>
            <url>https://video.trieutien.xyz/lazy-static/avatars/47e897f7-9f83-4990-8cbf-bae814af4903.png</url>
            <link>https://video.trieutien.xyz/videos/watch/10018af5-740d-4e1b-a1ae-754ae3bb8dd2</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://video.trieutien.xyz/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://video.trieutien.xyz/feeds/video-comments.xml?videoId=10018af5-740d-4e1b-a1ae-754ae3bb8dd2" rel="self" type="application/rss+xml"/>
    </channel>
</rss>