Komentáře •

  • @meowotter
    @meowotter Před 2 měsíci +1

    Thanks so much for this whole series! Great work 🙌

  • @fishwalkerit
    @fishwalkerit Před 2 lety +3

    What a helpful tutorial! Thanks so much!

  • @gamerwolf5242
    @gamerwolf5242 Před 2 lety +5

    Amazing production level tutorial! So concise :)

  • @freddykruggerr
    @freddykruggerr Před 2 lety +2

    thank you!, you save my live!

  • @mohammadshafayethaydar1652

    One of good tutorials, Thank you bro.

  • @adityanjsg99
    @adityanjsg99 Před rokem +1

    Along with Celery, I learnt many other developer techniques. Thanks!

  • @shrutiagarwal14
    @shrutiagarwal14 Před 2 lety +3

    Most helpful tutorial for celery and redis, clean and to the point! Thank you so much for this and keep making such videos!✌

  • @whonayem01
    @whonayem01 Před 2 lety +2

    Thanks!

  • @PeterSoftwareHouse
    @PeterSoftwareHouse Před 2 lety

    Thanks. It helped me a lot

  • @avishisainii
    @avishisainii Před 3 lety +2

    Amazing Video....🙌🙌

  • @kalokola
    @kalokola Před rokem +1

    Great Tutorials Gupta

  • @corey_pratiksarangi857
    @corey_pratiksarangi857 Před 2 lety +2

    Thanks a Lot

  • @aliasgar.burhani1099
    @aliasgar.burhani1099 Před 2 lety +3

    FInally a youtuber speaking english in an Indian accent ! Amazing efforts !!!

  • @user-kp7yn5ly3v
    @user-kp7yn5ly3v Před 3 měsíci

    Great❤

  • @smitpanchal9866
    @smitpanchal9866 Před rokem +1

    Keep going.

  • @somykamble3077
    @somykamble3077 Před 3 lety +1

    Really one of the best video on the internet as if now please keep the good work up

  • @jayantkeer3416
    @jayantkeer3416 Před rokem +1

    Thanks priyanshu bro.. Such a great playlist of celery. Keep posting good work

  • @minalchhatre7958
    @minalchhatre7958 Před 2 lety

    thank you soooooooooooooooooooooooooooo much

  • @RashidKhan-ss7em
    @RashidKhan-ss7em Před rokem

    i was comment the send mail func but ts sending a message on email when i refresh it

  • @nabinchaudhary73
    @nabinchaudhary73 Před 2 lety

    bro is it possible to share the ppt and the source code? or where can we find these?

  • @meyou-mf1cr
    @meyou-mf1cr Před rokem +1

    I thing every Python developer must watch this tutorial, this will help them a lot. Thanks a lot brother @Priyanshu Gupta

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial Před rokem

      Yes, I believe everyone should know the fundamentals only then they can actually solve a complex problem.

  • @jayantakumar841
    @jayantakumar841 Před 3 lety +3

    I have a small request can you make a video on how to connect multiple database in django. This was asked to me in many django interviews. I am your new subscriber from yesterday.

  • @codepirates7893
    @codepirates7893 Před 2 lety +1

    is redis free to use in the production environment I'm using digital ocean. can you make a tutorial on how to send email using asyncio in Django for small applications

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial Před 2 lety +1

      Yes, you can install Redis on digital ocean droplet. Later you can switch to redis labs paid service or aws.

    • @codepirates7893
      @codepirates7893 Před 2 lety

      @@PriyanshuGuptaOfficial thanks let me check.

  • @armmass5036
    @armmass5036 Před 2 lety +1

    Well done , if you have udemy courses please share it

  • @abdullahamin4504
    @abdullahamin4504 Před rokem

    Brother
    Request to you that please make a video how to use django custom admin panel instead django default admin templare....

  • @KaushikanD-uv8uf
    @KaushikanD-uv8uf Před rokem

    hey bro, thanks for the amazing video. i have a problem when i tried to recreate this process. i am getting sent in celery but i didn't get any mail
    can you help me in this?

  • @shashankshekhar1012
    @shashankshekhar1012 Před rokem

    Why didn't you just use multi threading? One can create a thread to send mail the same result will be achieved in just two lines of code. So what's the advantage of your method over mine suggested method? I am asking that just because of curiosity.

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial Před rokem +1

      Yes that is also possible, but suppose now you have to send a lot of mails or have to perform some heavy operation, it will increase load on your main process in which django is running. There instead of this you can allot this task to other process(celery) which will reduce load on your server.

  • @darshanthapa9851
    @darshanthapa9851 Před 2 lety

    I have a problem......How to send mail to the the particular user who just register ? how to pass email from django to celery task?

  • @RashidKhan-ss7em
    @RashidKhan-ss7em Před rokem

    I changed the text in message but sending previous text

    • @PriyanshuGuptaOfficial
      @PriyanshuGuptaOfficial Před rokem

      Its possible that some tasks with previous message are still in queue. Try purging the queue using celery -A projectname purge . Then try.

    • @RashidKhan-ss7em
      @RashidKhan-ss7em Před rokem

      @@PriyanshuGuptaOfficial sir task is deleted bu send same previous messsage who changed by me

  • @thezeeshann
    @thezeeshann Před 2 lety

    hello gupta ji