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
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
=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
()
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,
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!!
>
>
>
>
>
> --
>
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
>
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo