Re: Reusable Chat Application for Django Developers

2020-06-11 Thread Ahmed Ishtiaque
Hi Aldian, I haven't gotten around to updating the docs, but the context_processors module isn't necessary anymore. Someone else had posted an issue about this: https://github.com/dibs-devs/chatter/issues/49 , and I'll try to update the docs as soon as I can. Best, Ahmed On Thu, Jun 11, 2020, 5:

Re: Reusable Chat Application for Django Developers

2020-06-11 Thread Evans Wahome
Hello Ahmed, After following the procedure this is what am getting ModuleNotFoundError at /chat/chat/40635ad6-cd8c-4368-a6c7-cb2c4ad5c937/ No module named 'django_chatter.context_processors' -- You received this message because you are subscribed to the Google Groups "Django users" group. To u

Re: Reusable Chat Application for Django Developers

2019-03-18 Thread panfei
Congratulations ! Ahmed Ishtiaque 于2019年3月19日周二 上午5:44写道: > Hello everyone, > > A couple of months ago I was trying to check if I can use any of the apps > that appear in Django Packages Chat > section but it seems like none of them are maintained very

Re: Reusable Chat Application for Django Developers

2019-03-18 Thread Aldian Fazrihady
Hi Ahmed, Congratulations for the open source project. My website is also using Django Channels for its chatting feature. It is awesome that you can implement the ideas of a framework that simplifies websites to have chatting feature. When I have time, I will check if I can use this module for my

Reusable Chat Application for Django Developers

2019-03-18 Thread Ahmed Ishtiaque
Hello everyone, A couple of months ago I was trying to check if I can use any of the apps that appear in Django Packages Chat section but it seems like none of them are maintained very well. So I decided to build an open source chat project based on th