Re: ANYONE TO HELP ME ON HOW TO CREATE AN AUTOMATIC NOTIFICATION SYSTEM THAT SENDS A MESSAGE WHENEVER AN OBJECT IS CREATED OR MODIFIED

2023-09-04 Thread Michal Plsek
eld(max_length=15, choices=GAME_OS) img=models.ImageField() >> developer=models.CharField(max_length=50) >> version=models.CharField(max_length=10) >> ratings=models.CharField(max_length=10) description=models.TextField() >> >> def __str__(self) -> str: >> retur

Re: ANYONE TO HELP ME ON HOW TO CREATE AN AUTOMATIC NOTIFICATION SYSTEM THAT SENDS A MESSAGE WHENEVER AN OBJECT IS CREATED OR MODIFIED

2023-08-31 Thread Andréas Kühne
mg=models.ImageField() > developer=models.CharField(max_length=50) > version=models.CharField(max_length=10) > ratings=models.CharField(max_length=10) description=models.TextField() > > def __str__(self) -> str: > return self.name class > > Movies(models.Model): name=models.Ch

Re: ANYONE TO HELP ME ON HOW TO CREATE AN AUTOMATIC NOTIFICATION SYSTEM THAT SENDS A MESSAGE WHENEVER AN OBJECT IS CREATED OR MODIFIED

2023-08-23 Thread ivan harold
=models.CharField(max_length=15, choices=GAME_OS) img=models.ImageField() > developer=models.CharField(max_length=50) > version=models.CharField(max_length=10) > ratings=models.CharField(max_length=10) description=models.TextField() > > def __str__(self) -> str: > return self.n

ANYONE TO HELP ME ON HOW TO CREATE AN AUTOMATIC NOTIFICATION SYSTEM THAT SENDS A MESSAGE WHENEVER AN OBJECT IS CREATED OR MODIFIED

2023-08-22 Thread Byansi Samuel
() developer=models.CharField(max_length=50) version=models.CharField(max_length=10) ratings=models.CharField(max_length=10) description=models.TextField() def __str__(self) -> str: return self.name class Movies(models.Model): name=models.CharField(max_length=50) type=models.CharField(max_length=40,

Re: Notification System

2021-02-15 Thread Omkar Parab
tal where I want to implement Notification > system. It is only used within a team. I want to send email notification to > all the members whenever a new post is posted. > > What is the best way to implement this in Djnago ?? > > > Thank You!! > > > > > > -- >

Re: Notification System

2021-02-15 Thread Atif Usman
AM Rama akki wrote: > You have to use Websocket and asyn function for separate notification > system > > On Tue, 16 Feb 2021, 10:15 am Kumar Gaurav, > wrote: > >> Hi Everyone, >> >> I have a LinkedIn kind of portal where I want to implement Notification >

Re: Notification System

2021-02-15 Thread Rama akki
You have to use Websocket and asyn function for separate notification system On Tue, 16 Feb 2021, 10:15 am Kumar Gaurav, wrote: > Hi Everyone, > > I have a LinkedIn kind of portal where I want to implement Notification > system. It is only used within a team. I want to send email

Notification System

2021-02-15 Thread Kumar Gaurav
Hi Everyone, I have a LinkedIn kind of portal where I want to implement Notification system. It is only used within a team. I want to send email notification to all the members whenever a new post is posted. What is the best way to implement this in Djnago ?? Thank You!! -- You

Re: Notification system using django channels

2019-07-01 Thread Aldian Fazrihady
I am currently using https://developers.google.com/web/ilt/pwa/introduction-to-push-notifications for notifications as it allows notifications to be received while my app browser tabs are being closed. I use channels/websocket in my website for chatting feature. Unfortunately, I haven't written an

Notification system using django channels

2019-07-01 Thread mintu
hello guys, i want to know if is there any way where we can add notifications to our app using channels when ever a user clicks on a like button the post author should kind of get a message saying so and so person liked your post i can completely understand how channels work and all but i canno

Re: How to design a notification system using Django Channels 2? (architecture)

2019-04-13 Thread Aldian Fazrihady
Will the notifications still reach users when your app browser tab/window is closed? If yes, you need to use PWA push notifications instead of websocket. On Sat, 13 Apr 2019, 22:35 , <9co...@gmail.com> wrote: > I have a social network app and users can add posts and other users can > comment po

How to design a notification system using Django Channels 2? (architecture)

2019-04-13 Thread 9conky
I have a social network app and users can add posts and other users can comment posts. I need to send a notification to the author of a post and to the other users who commented on this post. Something similar to FB notifications: - commented your post - commented pos

Email Notification System

2018-02-12 Thread Ramez Kabbani
I'm trying to build an email notification system, and would appreciate some guidance. Triggers: 1. New item created & user assigned to instance 2. Existing item edited & user assigned to instance 3. Comment added to object where user is involved 4. Item date field e

Re: real time notification system

2015-09-14 Thread Jani Tiainen
notification system in django project.I need a notification system like facebook. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-user

real time notification system

2015-09-14 Thread shamila ali
How can implement real time notification system in django project.I need a notification system like facebook. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an