Excellent tutorial. This is what is required for backend developers. Nice videos.
@veryacademy Жыл бұрын
Glad it was helpful!
@qadeerkhan14719 ай бұрын
You are a legend. Thank you so much.
@user-Ahmed-m-hamzah Жыл бұрын
I can't describe this great work and effort, thank you very much
@veryacademy Жыл бұрын
Glad you like it!
@ahmadk61799 ай бұрын
thank you so much. rare this quality of tutorial.
@WarLordOmar Жыл бұрын
great guide, would be great to see a django htmx guide for example for a calendly like app or for a drag and drop app like a kanban app
@JuanMolina-tl2xc5 ай бұрын
Hi. I am currently making an lms (learning management system) and basically one of the models (assignments) have a due date. I am fairly new to celery and channels, and I was wondering how would you approach remainders of the due date, or how would you essentially set a task to lock the assignment after the due date with celery? Thank you and keep these series up!
@veryacademy5 ай бұрын
Using Schedules for Periodic Checks Using threading for Periodic Checks Using tools such as APScheduler for More Advanced Scheduling
@veryacademy5 ай бұрын
You have a whole bunch of options. When an assignment is created maybe a schedule is created for it. You could then setup a schedule to run every few hours to check database for assignments that is nearly due and trigger an email/message.
@baetraki7268 Жыл бұрын
your voice diff today😁😁, hope you get well soon
@veryacademy Жыл бұрын
Thank you!
@myoji5580 Жыл бұрын
Thank you. I need push notification with channels.
@hafidamrouche8492 Жыл бұрын
i would really appreatiate it if you show us how to send these notifications for selected users not all users
@JustPython Жыл бұрын
nice
@veryacademy Жыл бұрын
Thanks
@PowerTechSystem-qk1st7 ай бұрын
Shouldn't we use Daphne to serve WebSocket requests?
@ericanderson47476 ай бұрын
I have a weird issue. On the message form action={% url 'admin:send-notification' %} doe not work. The form load fine, but on submit, the post method does not come through add_view() and get this error:"Notification with ID “send-notification” doesn’t exist. Perhaps it was deleted? ". But if I take off the {% url 'admin:send-notification' %}, then the post method comes through add_view(). I'm using django 4.2. Any ways great tutorial so far. Thank you.
@amanshrestha4503 Жыл бұрын
how do I do this inside docker container?
@MARKOTHEDEV Жыл бұрын
The way fire base push the notifications outside the app is needed
@veryacademy Жыл бұрын
You talking API setup? Not quite sure what you mean by outside the app
@MARKOTHEDEV Жыл бұрын
@@veryacademy like a instagram notification that come even when u outside the app
@k.t.5184 Жыл бұрын
He's probably asking that if we are not accessing the site but have allowed notifications so if we push notification, it should pop up on mob/browser screen or notification tab(not on site)