Hellow ----- My self Abdullah from bangladesh . I Watch your video regularly and now i complete django playlist. i learn everything from your youtube --- thank you --- I have a request to you that please make a video how to use django custom admin panel instead django default admin templare.... please please please --------- i wait for your notification
Thank you very much brother ! i'm a French student that studied for 6 months at IIMA in Gujarat, and i loved how dedicated to work indian people can be. I wont forget you if the app i'm making makes me rich ahahahah
Thank you so much Priyanshu .Just like how you have helped me today, You have helped thousands by sharing your knowledge. May God bless you. Wishing you all the best on your future Endeavors. ~Fellow VIT student
In admin interface, in task results, I don't get the Task Name, Task worker, Task positional arguments and Task named arguments as shown in video at 24:20. Why data for these fields not showing on my page. Can you please help me with this?
Awesome brother. Thanks a lot for understanding our concern regarding the explanation.A perfect video. keep it up. May Allah bless you with a long and happy life. Aamin
Greate brother. It was perfectly worked in my local machine. But how can I integrate the whole process in AWS EC2 product server for real-time application?
What if one want to migrate form the djcelery used by celery version 3.x to latest celery version 5.x What will be the taskmeta equivalent in celery version ?
Hi Priyanshu, thank you for the step wise and detailed video. Although I followed the video step by step, but when I check the celery worker logs, I am not getting the response as you are getting, I am getting "DONE" in my browser, but celery is not working :( I opened the redis cli and typed ping, got pong. (I am using windows)
awsome video but why if i run "celery -A project_example_rest.celery worker --pool=prefork -l info" for execute multiple task in the same moment visiting the same url at the same time the pages continue to load in loop?
👉 Redis download on windows - github.com/tporadowski/redis/releases (download version greater than 5.0) 👉 Redis download on Linux - redis.io/download 👉 Redis download on mac - phoenixnap.com/kb/install-redis-on-mac online redis - app.redislabs.com/
You can run redis on your virtual machine similarly you run it on your local machine or run redis using docker or directly use redis service provided by cloud server
👉 In case anyone wants to connect with me 1:1, feel free to schedule it on my calendar - topmate.io/priyanshugupta Don't forget to like 👍 the video and subscribe 🔴 to my channel if you really want to level up your skills to have an edge over others.
please help , give error in windows 10 consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [WinError 10061] No connection could be made because the target machine actively refused it.
I am getting this error while doing migrate and tried to solve but I couldn't solve this problem please help me out. Thanks in advance #PriyanshuGupta django.db.utils.OperationalError: error in index django_celery_results_taskresult_hidden_cd77412f after drop column: no such column: hidden
Indians, what will we do without you guys. Appreciate it
Hellow -----
My self Abdullah from bangladesh .
I Watch your video regularly and now i complete django playlist.
i learn everything from your youtube ---
thank you ---
I have a request to you that please make a video how to use django custom admin panel instead django default admin templare....
please
please
please --------- i wait for your notification
🔥 ohhoo bhaiya saahab (Perfect explanation)🔥
Thank You
Thanks bro I figured out I have to use to command for worker and beat to work it out
Need each and every concept of Django by you ❤❤❤ will wait for more advanced videos of django
very clear instructions and explanation, so helpful, thank you
I must say this playlist os worth way much more. You are really doing a great job. Thank you for sharing your knowledge ❤
Glad you think so!
Great brother!
`This channel is underrated, he deserves more subscribers`
Thanks brother. Keep supporting!
Thank you very much brother ! i'm a French student that studied for 6 months at IIMA in Gujarat, and i loved how dedicated to work indian people can be. I wont forget you if the app i'm making makes me rich ahahahah
It's my pleasure! Wish you luck bro:)
It's my pleasure! Wish you luck bro:)
Thank you brother 🤙🤙
Trust me you are a life saver bro
Thanks bro
it's cool:) good luck, bro!
Thank you brother. It helped me alot cheers👍
Thank you so much Priyanshu .Just like how you have helped me today, You have helped thousands by sharing your knowledge. May God bless you. Wishing you all the best on your future Endeavors.
~Fellow VIT student
Thank you
Loudest applause to you for this amazing tutorial!
Thanks
Thanks from brazil.
works!!!! thank you
as usual, great video! thanks from Brazil!
Glad to hear that 🤞
This video is so clear and so helpful. Thank you man! Liked and subbed!
Please do tutorial on how to use Django rest framework with Django channels pls
greetings from Czechia, thx friend
Thank you for this really useful tutorial and the explanation along the way, really helped out!
Glad you liked it
It is in English ❤️ ,thank you bro really useful 🔥🔥🔥
thank you very much! excellent explanation!
Thanks 🤞
This was very helpful, thank you!!
Was searching about how to perform background tasks in django and found this nice video 👏.
Glad you liked it
Thank you a ton...
In admin interface, in task results, I don't get the Task Name, Task worker, Task positional arguments and Task named arguments as shown in video at 24:20. Why data for these fields not showing on my page. Can you please help me with this?
Great video Priyanshu! Awesome detailed explanation. Liked and subscribed :)
got error test_func() takes 1 positional argument but 2 were given please help
Thanks!!
Excellent explanation 👏👏
Thanks 😊
top notch 10 out 10! thank you!
Glad you liked it
Great tutorials, it will be great if you can create a project with Django multi tenant with celery.
Thank you
life saver
Awesome brother. Thanks a lot for understanding our concern regarding the explanation.A perfect video. keep it up. May Allah bless you with a long and happy life. Aamin
Thank you so much for your blessings.
hi sir i am getting the error like [WinError 10061] No connection could be made because the target machine actively refused it
Greate brother. It was perfectly worked in my local machine. But how can I integrate the whole process in AWS EC2 product server for real-time application?
hey i have the same doubt, were you able to figure this out.
Brother
Request to you that please make a video how to use django custom admin panel instead django default admin templare....
What if one want to migrate form the djcelery used by celery version 3.x to latest celery version 5.x
What will be the taskmeta equivalent in celery version ?
Why we use debug task ..... Also what is the difference between task and shared task
Hi Priyanshu, can we use celery to automatically click on hyperlinks on home page of portal made in django
periodic task name,task name and worker name to storing in django db. any idea?
Excellent biyaaa thodi hindi mix Kerr diyaa kero 🙌 please
I am making in complete english so that I can help more and more people who want this type of content.
Okay
we need a github repo for this, it's hard to follow along
thank you so much bro
Always welcome:)
Hi Priyanshu, thank you for the step wise and detailed video. Although I followed the video step by step, but when I check the celery worker logs, I am not getting the response as you are getting, I am getting "DONE" in my browser, but celery is not working :( I opened the redis cli and typed ping, got pong. (I am using windows)
Check if celery beat is working or not if you are scheduling the tasks.
Can you make a video with docker docker compose and celery with redis
I have recently made a blog regarding this: priyanshuofcl.com/blogs/dockerizing_django
Tnks but can you also deploy using AWS EC2 Django instance for the celery beat redis?
I have shared the resources regarding this on telegram channel and discord
its industrial problem
Can you also do a video on how to integrate with Amazon SQS? in production?
awsome video but why if i run "celery -A project_example_rest.celery worker --pool=prefork -l info" for execute multiple task in the same moment visiting the same url at the same time the pages continue to load in loop?
Which page you are talking about?
@@PriyanshuGuptaOfficial if you have time and you want we can talk on your discord server about this thing, would be fantastic, thank you
Timezone still in UTC 🤔
hi bro
i have some doubt in the django admin page once i start running the task, it was not showing the task name , worker name in the ui task_result
Ensure you have included all apps in INSTALLED_APPS
can you arrange the celery related videos in ascending order
09:00 Where he explained use of celery
Hey bro , i got this error :
AttributeError: module 'collections' has no attribute 'MutableMapping'
Version issue ig
What to add in celery backend if we are using xampp server/database
No changes required
bro you are hero bro?
Can you please share your source code on github?
16:44 - redis install
please is there a link to the code
at 14:18 :: print(f'Request: {self.request!r}') --> what it means by !r ??
i got an error Error: Invalid value for '-A' / '--app':
Unable to load celery application.
Module 'django_celery_project' has no attribute 'celery'
Have you imported celery into your project?
Where's the github link bro?
instead on installing redis on windows can we simply install django-redis library
django-redis is just the wrapper to interact with redis.
blud done everything but tellin us how to install redis
👉 Redis download on windows - github.com/tporadowski/redis/releases (download version greater than 5.0)
👉 Redis download on Linux - redis.io/download
👉 Redis download on mac - phoenixnap.com/kb/install-redis-on-mac
online redis - app.redislabs.com/
How redis will work when our project will go live
You can run redis on your virtual machine similarly you run it on your local machine or run redis using docker or directly use redis service provided by cloud server
github link?
github.com/priyanshu2015/celery-with-django
@@PriyanshuGuptaOfficial thank you.
@@PriyanshuGuptaOfficial bhai yaar tu dude hai... Delhi me ayega toh bolna, ghar chota hai, par dil bada hai.
@@pushkardey bilkul bhai
5:10
Your way is off there are many things which can be written easily but you have made it complex.
bro atleast give some explanation ..not just write code and show output
First time I got the comment like this. Please check other videos in this playlist, you will get a lot of in depth explanation.
bullshit...dekh dekh k likh dia bs video
👉 In case anyone wants to connect with me 1:1, feel free to schedule it on my calendar - topmate.io/priyanshugupta
Don't forget to like 👍 the video and subscribe 🔴 to my channel if you really want to level up your skills to have an edge over others.
please help , give error in windows 10
consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [WinError 10061] No connection could be made because the target machine actively refused it.
Check if your rabbitmq server is running or not, it this don't work then try to uninstall and reinstall it
@@rajeshmanglani5168 thanks
@@chintanbhadani7183 Welcome
I am getting this error while doing migrate and tried to solve but I couldn't solve this problem please help me out. Thanks in advance
#PriyanshuGupta
django.db.utils.OperationalError: error in index django_celery_results_taskresult_hidden_cd77412f after drop column: no such column: hidden
hi sir i am getting the error like [WinError 10061] No connection could be made because the target machine actively refused it
Thank you
i got an error Error: Invalid value for '-A' / '--app':
Unable to load celery application.
Module 'django_celery_project' has no attribute 'celery
same error, have you found the solution