Django Login and Registration with Database | Login, Logout and Register user accounts

Поделиться
HTML-код
  • Опубликовано: 4 авг 2022
  • We would build a live instagram clone using django, it would have all the original instagram functionality like posting, commenting, follow and unfollow, login, logout and register, saved as favourite, update profile picture, like post, stories and much more
    .
    Subscribe if you enjoyed this video for more amazing contents!!
    _______________________________
    💻 Dwonload Source Code
    👉course.goprisco.com/instagram...
    ___________________________
    💻 Django RUclips Clone Tutorial - www.udemy.com/course/fullstac...
    🔗 Social Medias 🔗
    📱 Twitter: / desphixs
    📸 Instagram: / desphixs__
    ⭐ Discord: / discord
    📝 LinkedIn: / destiny-franks-18611120a
    🌎 Website: www.desphixs.com
    📂 GitHub: github.com/desphixs
    🔊 Podcast: Coming Soon
    💸 Donations 💸
    💵 One-Time Donations: paystack.com/pay/desphixs
    💰 Patreon: www.patreon.com/join/desphixs...
    ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
    ------------------------------------------------ About Me --------------------------------------------
    My name is Destiny Franks, and I'm a Nigerian Web/Mobile App Developer. I truly enjoy coding, and since it's what I want to do in the long term, I decided to share my experience while teaching on RUclips. So, via this channel, you'd learn programming, software engineering, machine learning, and everything IT. With a focus on Python and JavaScript, my channel seeks to provide you with free tools to help you learn to code and get started in the software engineering and programming business. My goal is to deliver the best programming and technology videos on the internet!

Комментарии • 9

  • @phil_1234
    @phil_1234 Год назад +3

    I really like this tutorial series so far. Will you uploading an additional video on how to upload multiple images per post? That would be really cool

    • @desphixs
      @desphixs  Год назад

      Yes sure, I'm happy you like it

  • @sunderamdubey3139
    @sunderamdubey3139 Год назад +1

    Frontend is very nice :)

    • @desphixs
      @desphixs  Год назад

      I gave it my best shot 😅
      Thanks tho

  • @_astroprogramming
    @_astroprogramming Год назад +1

    sir thank you very much what about the instagram stories.

    • @desphixs
      @desphixs  Год назад

      I'm working on that and will release it in the nearest future

  • @stealthvisor7805
    @stealthvisor7805 6 месяцев назад +1

    No reverse match at/users/sign-in
    Please help

    • @desphixs
      @desphixs  6 месяцев назад +1

      It means you do not have that url configured, please do make sure it exists in the urls.py

    • @stealthvisor7805
      @stealthvisor7805 6 месяцев назад

      I didn't write in settings.py now my error is gone but the logoutview does not support get so I am creating view is this a best way approach