Re: Chat app using django

2022-08-25 Thread Ryan Nowakowski
> to make this type of chat app using django (not Django channels). Instead of using Channels, you can HTTP poll. You can always migrate to Channels later. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this gr

Re: Chat app using django

2022-07-20 Thread carlos
t;> On Wed, Jul 20, 2022 at 8:41 AM Lakshyaraj Dash < >>>> dashlakshyaraj2...@gmail.com> wrote: >>>> >>>>> Hello guys! >>>>> I'm having a discussion website in django with some sort of user >>>>> authentication and I want to

Re: Chat app using django

2022-07-20 Thread Lakshyaraj Dash
gt;>> dashlakshyaraj2...@gmail.com> wrote: >>> >>>> Hello guys! >>>> I'm having a discussion website in django with some sort of user >>>> authentication and I want to inject chat app with rooms made by the users >>>> themselves. I d

Re: Chat app using django

2022-07-20 Thread Abdul Qoyyuum
ith rooms made by the users >>> themselves. I don't want any js framework in the frontend. Just tell me how >>> to make this type of chat app using django (not Django channels). >>> >>> Thanks and regards >>> Lakshyaraj Dash >>> >>> --

Re: Chat app using django

2022-07-20 Thread Lakshyaraj Dash
ooms made by the users >> themselves. I don't want any js framework in the frontend. Just tell me how >> to make this type of chat app using django (not Django channels). >> >> Thanks and regards >> Lakshyaraj Dash >> >> -- >> You received this message b

Re: Chat app using django

2022-07-19 Thread Abdul Qoyyuum
don't want any js framework in the frontend. Just tell me how > to make this type of chat app using django (not Django channels). > > Thanks and regards > Lakshyaraj Dash > > -- > You received this message because you are subscribed to the Google Groups > "Django users&qu

Chat app using django

2022-07-19 Thread Lakshyaraj Dash
Hello guys! I'm having a discussion website in django with some sort of user authentication and I want to inject chat app with rooms made by the users themselves. I don't want any js framework in the frontend. Just tell me how to make this type of chat app using django (not Django channels