THE PROTON GUY
THE PROTON GUY
  • Видео 128
  • Просмотров 370 769
Django Email Authentication | Login With Email & Password
In this video, I explain how to authenticate and login users with their emails and passwords
******** Socials ********
Discord: discord.gg/hhqtG4jp
Patreon: www.patreon.com/THEPROTONGUY
Linkedin: linkedin.com/in/ayodeji-adesola-15392a22b
Instagram: the_proton_guy
Telegram channel: t.me/sO6ZFOaiaMszYzI0
Twitter: AyodejiAdesola_
#WebDevelopment #Python #ChatApplication #DjangoTutorial #DjangoFramework #PythonWebDevelopment #RealTimeChat #WebSocketTutorial #DjangoChatApp #CodingTutorial #PythonProgramming #WebSocketsInPython"
Просмотров: 409

Видео

Django Authentication | User Signup, Login, & Password Reset | 2024
Просмотров 5 тыс.3 месяца назад
We dive into Django authentication and walk you through the essential features for managing user accounts. This video covers everything you need to know about: User Registration, User Login, User Logout, Forgot Password, Password Reset Code Project code: github.com/TheProtonGuy/DjangoFullAuth Required files(HTML & CSS): github.com/TheProtonGuy/DjangoFullAuth/tree/main/resources/required files T...
Live Watch Party Movie Streaming Site Demo with Django Channels - Get the Source Code
Просмотров 734 месяца назад
Purchase source code: www.patreon.com/THEPROTONGUY/shop/fullstack-movie-streaming-website-and-93557?Link& Full video Demo: ruclips.net/video/3TDSP6EsiRA/видео.html 🍿 Key Features: 🌟 Handle Vast Movie Library: Dive into a vast collection of movies, spanning genres from action and drama to sci-fi and classics. 🎥 Seamless Streaming: Experience smooth streaming with our intuitive video player, deli...
Customizing Django Admin Dashboard With Jazzmin | 2024
Просмотров 4,8 тыс.4 месяца назад
In this video, I will teach you how to customize the django admin dashboard using jazzmin. Jazzmin documentation: django-jazzmin.readthedocs.io/ Socials Discord: discord.gg/hhqtG4jp Patreon: www.patreon.com/THEPROTONGUY Linkedin: linkedin.com/in/ayodeji-adesola-15392a22b Instagram: the_proton_guy Telegram channel: t.me/sO6ZFOaiaMszYzI0 Twitter: AyodejiAdesola_ #djangop...
Deploy Django Project & Postgresql Database to Render for Free | 2024
Просмотров 4,6 тыс.6 месяцев назад
In this tutorial, I'll guide you through the process of deploying a Django project to Render, a powerful cloud platform for hosting web applications. You'll learn step-by-step how to set up your Django project, configure environment variables securely using python-decouple, and deploy it to Render with automatic deployments. By the end of this video, you'll have your Django application up and r...
Signup and Login System with PHP and Mysql | PHP Authentication | 2024
Просмотров 1,9 тыс.8 месяцев назад
Discover how to implement secure user authentication in PHP with our tutorial. From login to logout and signup, learn the essential steps to create a robust system. Perfect for beginners and experienced developers alike, this guide will equip you with the skills to enhance your PHP projects securely and efficiently. Get code on github: github.com/TheProtonGuy/PhpAuthenticationSystem Starter fil...
Deploy Django Web App With SSL to VPS with Nginx & Gunicorn | Full Tutorial 2024
Просмотров 8 тыс.9 месяцев назад
Welcome to this comprehensive guide on deploying Django applications on an Ubuntu VPS, utilizing Nginx and Gunicorn. This step-by-step tutorial will walk you through the entire process, from setting up your VPS to configuring Nginx and Gunicorn for optimal performance. Readme(server config): github.com/TheProtonGuy/server-configs Download putty: www.putty.org/ Don't forget to like, share, and s...
C Programming For Beginners | Full Course 2024
Просмотров 7119 месяцев назад
Embark on an enlightening journey through the realm of C programming with this comprehensive course! Whether you're a beginner eager to grasp the fundamentals or an experienced coder seeking to deepen your knowledge, this course is designed to cater to all skill levels. TIMESTAMPS 0:00 Intro 0:08 Mac setup for C 3:42 Windows setup for C 6:40 Hello world 9:56 What are variables? 18:35 Variable n...
24. Pointers & Memory Addresses in C | C Programming For Beginners
Просмотров 149 месяцев назад
🔗 Mastering Pointers in C | Your Gateway to Efficient Programming! 🔗 Welcome back! 💻 Today, we're delving deep into the dynamic world of Pointers in C - a fundamental concept that unlocks the full potential of efficient and powerful programming. 🔍 Explore the basics of pointers, demystifying how they store and manipulate memory addresses. 🚀 Learn how pointers enhance code efficiency, enabling d...
23. Memory Addresses in C | C Programming For Beginners
Просмотров 79 месяцев назад
🔍 Demystifying Memory Address Pointers in C | Unlocking the Secrets of Efficient Programming! 🔍 Welcome back! 💻 In today's tutorial, we're diving deep into the world of Memory Address Pointers in C - a crucial concept that empowers you to manage and optimize memory usage in your programs. 🧠 Explore the fundamentals of pointers, understanding how they store and manipulate memory addresses. 🚀 Lea...
22. 2 Dimensional Arrays in C | C Programming For Beginners
Просмотров 139 месяцев назад
🔍 Unraveling the Magic of 2-Dimensional Arrays in C | Programming Mastery Unleashed! 🔍 Welcome back ! 💻 Today, we're delving into the powerful realm of 2-dimensional arrays in C - a game-changer when it comes to organizing and manipulating data in your code. 🌐 Explore the concept of 2D arrays, breaking down how rows and columns come together seamlessly. 🚀 Learn the syntax and mechanics behind c...
21. For Loops in C | C Programming For Beginners
Просмотров 39 месяцев назад
🚀 Mastering 'For' Loops in C | Elevate Your Programming Game! 🚀 Welcome back 💻 Ready to take your C programming skills to new heights? In this tutorial, we're diving into the dynamic world of 'do-for' loops - a powerful combination that brings efficiency and precision to your code. 🔄 Explore the synergy of 'for' loops for dynamic and controlled repetition. Learn the syntax and application of '...
20. Do While loop in C | C Programming For Beginners
Просмотров 139 месяцев назад
🔄 Unleashing the Power of Do-While Loops in C | C Programming Tutorial 🔄 Welcome back! 🚀 Today, we're delving into the dynamic world of 'do-while' loops in C - your secret weapon for handling repetitive tasks with style. 🔄 Learn the ins and outs of 'do-while' loops and how they differ from other loop structures. 🔍 Understand the unique syntax that makes 'do-while' loops a versatile tool in your...
19. While Loops in C | C Programming For Beginners
Просмотров 129 месяцев назад
"🔄 Mastering While Loops in C | C Programming Tutorial 🔄 Welcome back! 🚀 Ready to conquer the world of loops in C? In our latest tutorial, we're diving deep into the 'while' loop, a fundamental construct for repetitive tasks in your code. Learn the basics of 'while' loops and their syntax. 🔄 Understand how to control the flow of your program with loop conditions. 💡 Explore practical examples a...
18. Structs in C | C Programming For Beginners
Просмотров 569 месяцев назад
"🌟 Unlocking the Power of Structs in C 🌟 Welcome back! 🚀 Ready to take your C programming skills to the next level? In our latest tutorial, we delve into the fascinating world of structs. 🏗️ Learn the fundamentals of structs and how they enhance your code structure. 🤔 Understand how to organize related data for cleaner and more efficient programs. 🔧 Dive into practical examples that showcase th...
17. Switch Statements in C | C Programming For Beginners
Просмотров 109 месяцев назад
17. Switch Statements in C | C Programming For Beginners
14. Return Statement in C | C Programming For Beginners
Просмотров 249 месяцев назад
14. Return Statement in C | C Programming For Beginners
I Built a Movie Streaming Website & API With Django For You…
Просмотров 1,1 тыс.10 месяцев назад
I Built a Movie Streaming Website & API With Django For You…
[FIX] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer cert
Просмотров 6 тыс.11 месяцев назад
[FIX] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer cert
Build Realtime Chat App with Django Channels & Web Sockets
Просмотров 13 тыс.11 месяцев назад
Build Realtime Chat App with Django Channels & Web Sockets
Deploy a Django Web App to Amazon EC2 Instance | 2024
Просмотров 15 тыс.Год назад
Deploy a Django Web App to Amazon EC2 Instance | 2024
Django Paypal Payment Integration in 30 Minutes
Просмотров 12 тыс.Год назад
Django Paypal Payment Integration in 30 Minutes
Token Authentication with Django REST Framework | 2023
Просмотров 3,8 тыс.Год назад
Token Authentication with Django REST Framework | 2023
Build an API With Django REST Framework | Full Tutorial | 2024
Просмотров 10 тыс.Год назад
Build an API With Django REST Framework | Full Tutorial | 2024
16. Operators | C Programming For Beginners
Просмотров 50Год назад
16. Operators | C Programming For Beginners
15. If Statements | C Programming For Beginners
Просмотров 22Год назад
15. If Statements | C Programming For Beginners
13. Functions | C Programming For Beginners
Просмотров 27Год назад
13. Functions | C Programming For Beginners
12. Arrays | C Programming For Beginners
Просмотров 37Год назад
12. Arrays | C Programming For Beginners
11. Getting User Input | C Programming For Beginners
Просмотров 30Год назад
11. Getting User Input | C Programming For Beginners
10. Constant Variables | C Programming For Beginners
Просмотров 24Год назад
10. Constant Variables | C Programming For Beginners

Комментарии

  • @aksasultana9856
    @aksasultana9856 15 часов назад

    Can you please share a video about search product using django.,🙂🙂 i need to show that on saturday or sunday..

  • @jaimebaquiran197
    @jaimebaquiran197 3 дня назад

    thank you! this solved my problem and saved me hours of work

  • @ramabhattarai2240
    @ramabhattarai2240 3 дня назад

    I guess this isn't compatible with the django version 5.0

    • @the_proton_guy
      @the_proton_guy 3 дня назад

      I am not sure. Did you try it and have an error?

    • @ramabhattarai2240
      @ramabhattarai2240 3 дня назад

      @@the_proton_guy Yes I guess it isn't compatible. can you provide other options? Please help me out

  • @laptopsandmore
    @laptopsandmore 4 дня назад

    Thanks alot for the video bro. But i am this error: AttributeError at /forgot_password/ 'WSGIRequest' object has no attribute 'get_scheme'

    • @the_proton_guy
      @the_proton_guy 3 дня назад

      Hello, make sure to write exactly what I wrote

  • @aksasultana9856
    @aksasultana9856 6 дней назад

    Thankyou so much 😭😭 after 20 days

  • @juniorMr
    @juniorMr 7 дней назад

    Gained one more sub

  • @romsandro3811
    @romsandro3811 7 дней назад

    the best django template easy

  • @LearningSpectrums
    @LearningSpectrums 8 дней назад

    Thank you for this video, i really appreciate it. i will like to ask if you created the folder in cloudinary yourself or django created it for you in cloudinary because you used the "upload to='name-of-folder' " in the models.py file. Thank you once again i await your response.

    • @the_proton_guy
      @the_proton_guy 8 дней назад

      It will be automatically created if it does not exist

    • @LearningSpectrums
      @LearningSpectrums 8 дней назад

      @@the_proton_guyThank you so much, i really appreciate it.

  • @МихаилМихайлов-е8ж
    @МихаилМихайлов-е8ж 11 дней назад

    Thank you 👍 this playlist is very useful

  • @aksasultana9856
    @aksasultana9856 13 дней назад

    The browser shows that A server error occured. Please contact the administrator

    • @the_proton_guy
      @the_proton_guy 13 дней назад

      What error do you see in terninal

    • @aksasultana9856
      @aksasultana9856 12 дней назад

      ​​@@the_proton_guyPlease suggest me exact solution i am not expert to find internal all thing😞😞😞. In the last 15 days i just tried to do this project but everytime i failed..even now the django installation successful not showing in the browser just show server error contact administration

  • @curmauser-jk8br
    @curmauser-jk8br 14 дней назад

    thank you so much , it was very helpful and well explained

  • @ransfordaddai9599
    @ransfordaddai9599 15 дней назад

    bro please im getting this error, ive tried several times but still: You reached the start of the range → Nov 11, 2024 8:06 PM install │ python -m venv --copies /opt/venv && . /opt/venv/bin/activate ║ ║──────────────────────────────────────────────────────────────────────────────║ ║ start │ Error: No start command could be found i have the requirements.txt, and this is also my procfile :web: gunicorn 'flaskblog:create_app()' please ive tried several times and it's not working, please i would really appreciate your help

  • @VProMax-g7g
    @VProMax-g7g 16 дней назад

    Good Job

  • @aksasultana9856
    @aksasultana9856 21 день назад

    I have download your file and paste it but it Didn't work

    • @the_proton_guy
      @the_proton_guy 21 день назад

      What file? And what errors do you get? What does not work?

  • @abhishekpangeni6978
    @abhishekpangeni6978 23 дня назад

    Most underrated video Thanks man.

  • @MicroXel
    @MicroXel 24 дня назад

    Thanks for this video bro. I am curious, is this safe to use in production or we should go for a library that does that? I learnt token authentication is the best

    • @the_proton_guy
      @the_proton_guy 24 дня назад

      If you are looking to build something simple you can go with this but you can follow other more secure options if it’s a serious project

    • @the_proton_guy
      @the_proton_guy 24 дня назад

      If you are looking to build something simple you can go with this but you can follow other more secure options if it’s a serious project

  • @Samrajyamseelam-b1u
    @Samrajyamseelam-b1u 25 дней назад

    I wanted to add mobile number and confirm password field in register form. What changes i have to make in the code

    • @the_proton_guy
      @the_proton_guy 25 дней назад

      create a new user model and add the fields you want

  • @gustavoribeiro1526
    @gustavoribeiro1526 25 дней назад

    Thank you for this lesson. Everything worked out well here.

  • @rahulvenkat3944
    @rahulvenkat3944 Месяц назад

    Hi Bro, Are you using JWT in this video?

  • @seanholleran1706
    @seanholleran1706 Месяц назад

    Hi There, small question regarding sessions. Is it not unsafe to save the user data in the season 02:13:25 ?

    • @the_proton_guy
      @the_proton_guy Месяц назад

      Yea you are right, in the sql query, it is important to select specifically only the data that you want ti retrieve so: SELECT username, email from users….

    • @seanholleran1706
      @seanholleran1706 Месяц назад

      @@the_proton_guy Thank you, Would it be more secure to use user ID and call functions to retrieve data as needed?

  • @Royaume-Congo
    @Royaume-Congo Месяц назад

    what about trying to use somebody else code on zip? how to solve fantal unable

  • @taiwooladamola746
    @taiwooladamola746 Месяц назад

    Thanks Brov. You just gained a new Subscriber.

  • @Ebk-s31
    @Ebk-s31 Месяц назад

    Boss, it didn't work after I integrated Django with Cloudinary, as you showed

    • @the_proton_guy
      @the_proton_guy Месяц назад

      Do you see any errors in terminal

    • @Ebk-s31
      @Ebk-s31 Месяц назад

      @@the_proton_guy Saying not found and no folder was automatically created

    • @the_proton_guy
      @the_proton_guy Месяц назад

      Hmmm, you added cloudinary to installed apps right?

    • @Ebk-s31
      @Ebk-s31 Месяц назад

      @@the_proton_guy I did sir.

  • @joshua2279
    @joshua2279 Месяц назад

    Thanks man

  • @gehanatef7247
    @gehanatef7247 Месяц назад

    very helpful thanks for you effort

  • @amrithagouriamrithus474
    @amrithagouriamrithus474 Месяц назад

    How can I visually represent my model's fields using a graphical diagram, such as an Entity-Relationship Diagram (ERD) or Class Diagram? In admin ui

    • @the_proton_guy
      @the_proton_guy Месяц назад

      Hello, I don’t think you can view this in the admin but you can generate an ERD image using: python manage.py graph_models -py dot -a -g -o name_of_image_file.png That will help generate a db schema diagram. You will need to research about graph models for Django though!

  • @ashan-or6zm
    @ashan-or6zm Месяц назад

    keep going Brother you are gonna reach millions of subscribers soon~~

  • @BikerosGamerPT
    @BikerosGamerPT Месяц назад

    i'm getting this error "No route found for path 'ws/notification//'", i already seek many solutions but i can't solve it

    • @the_proton_guy
      @the_proton_guy Месяц назад

      Are you sure you setup the endpoint properly?

    • @BikerosGamerPT
      @BikerosGamerPT Месяц назад

      @@the_proton_guy i did everything acording to the video, so i don't know

    • @BikerosGamerPT
      @BikerosGamerPT Месяц назад

      @@the_proton_guy what is your channels version, i was using version 4.0, but now i switched to 3.0.5 and it worked

    • @the_proton_guy
      @the_proton_guy Месяц назад

      Hmmm interesting. I can’t remember what version I made use of. I am glad it works now

  • @harshitsahu5849
    @harshitsahu5849 Месяц назад

    @26:31 haha, i see the first roomname

  • @dgeneral12
    @dgeneral12 Месяц назад

    thank you amazing video this helped me so much

  • @LearningSpectrums
    @LearningSpectrums Месяц назад

    Thank you for this video, i will like to know if this method still work... thank you once again.

  • @mr.m9076
    @mr.m9076 Месяц назад

    Thank you❤

  • @ayamwenzdayz3551
    @ayamwenzdayz3551 Месяц назад

    @the_proton_guy , you uploaded a video, we have an error and you arent helping, who does that?

    • @the_proton_guy
      @the_proton_guy Месяц назад

      There’s a thing called Google. Maybe you haven’t heard of it? But you have to head to your browser and type Google.com After that you will need to type in the error you have a you should see a bunch of results. Thank you for your view

  • @gamezone-py4cn
    @gamezone-py4cn Месяц назад

    Clear explanation of the topic i was searching for , thankyou

  • @CargoTravelerInternational
    @CargoTravelerInternational Месяц назад

    You are the best

  • @bahdcoder
    @bahdcoder Месяц назад

    i learnt a lot from your video thanks

  • @bahdcoder
    @bahdcoder Месяц назад

    thanks bro... do you have udemy courses

    • @the_proton_guy
      @the_proton_guy Месяц назад

      You are welcome! Not yet but I am working on it

  • @Ibrahim_webdeveloper
    @Ibrahim_webdeveloper Месяц назад

    Thanks so much boss Very helpful ❤❤❤

  • @gambiarraoverflow
    @gambiarraoverflow Месяц назад

    You sir are a legend! THANK YOU!!!

  • @sanjugamer5185
    @sanjugamer5185 2 месяца назад

    This is perfect tutorial with detail explanation and clean code, thank you @the_proton_guy ❤

  • @sanjugamer5185
    @sanjugamer5185 2 месяца назад

    mail is not receiving 😔😔

    • @the_proton_guy
      @the_proton_guy 2 месяца назад

      Do you see any errors in terminal

    • @sanjugamer5185
      @sanjugamer5185 2 месяца назад

      @@the_proton_guy reset_id link and everyting is getting in terminal but not receiving any mail

    • @the_proton_guy
      @the_proton_guy 2 месяца назад

      Are you sure you used correct details

    • @sanjugamer5185
      @sanjugamer5185 2 месяца назад

      @@the_proton_guy thank you for responding , I find out the error now mail is sending

    • @the_proton_guy
      @the_proton_guy Месяц назад

      Yaaay

  • @hendahmed5842
    @hendahmed5842 2 месяца назад

    Bro, please reply I successfully receive the deployment certificate that implies that my website is secure but it is still not secure when I reload Second thing is, why the domain don't work without me running the gunicorn --bind command, Isn't it supposed to work just when you click on it??

    • @the_proton_guy
      @the_proton_guy 2 месяца назад

      Well, you have to run the gunicorn command to run your Django project. Without it, it’s better to run your project with gunicorn in production. Also are you sure your nginx file was setup properly? And did you remember to restart it

  • @RuslanKhotsenko
    @RuslanKhotsenko 2 месяца назад

    Hello! Thank you very much for this great video! I did everything like in the video except of installing SSL. I stuck on ERR_TOO_MANY_REDIRECTS error when I type my domain without pointing a port 8000. If I write down domain name : 8000 everything works correct. Where is my error?

    • @the_proton_guy
      @the_proton_guy 2 месяца назад

      Make sure you nginx file is properly setup as in the tutorial, also make sure that your gunicorn command correct: gunicorn -bind 0.0.0.0:8000 ProjectName.wsgi

  • @erasmocalzadilla8004
    @erasmocalzadilla8004 2 месяца назад

    you helped me a lot

  • @pranavpandiri3056
    @pranavpandiri3056 2 месяца назад

    I want to mention a thing that if we have the tasks with same name then the code may be not run because it returns two or three objects ,that will effect the functionality of the delete task button

    • @pranavpandiri3056
      @pranavpandiri3056 2 месяца назад

      instead we can use the deafult id that was created when the model is created

    • @the_proton_guy
      @the_proton_guy 2 месяца назад

      Exactly. You’re correct

  • @Africanizer
    @Africanizer 2 месяца назад

    Amazing work... Keep them coming.. Thank you

  • @ZylvieApp
    @ZylvieApp 2 месяца назад

    This works for PayPal Standard. What about PayPal Advanced? Where you're the platform and you're onboarding an infinite number of PayPal merchants to sell on your ecommerce platform.

  • @caiopjv
    @caiopjv 2 месяца назад

    Great video! Thanks a lot. I will try these steps today!

  • @kaushiq847
    @kaushiq847 2 месяца назад

    great video..thanks

  • @hamzahahmed211
    @hamzahahmed211 2 месяца назад

    Hi, Where did you explain that line of code in connect ??