Django Channel Error

2017-12-07 Thread Maitreya Verma
I am following this tutorial to learn django channels. The following procedure was used : - Add the following code in settings.py redis_host=os.environ.get('REDIS_HOST','localhost') CHANNEL_LAYERS={ "default":

Re: Django Channel Error

2017-12-07 Thread Maitreya Verma
I am using Django 2.0, django-channels 0.7.0, asgi-redis 1.4.3 On Thursday, December 7, 2017 at 1:33:22 PM UTC+5:30, Maitreya Verma wrote: > > I am following this tutorial > <https://gearheart.io/blog/creating-a-chat-with-django-channels/> to > learn django channels. > Th

Re: Django Channel Error

2017-12-07 Thread Maitreya Verma
APPS? > > Andrew > > On Thu, Dec 7, 2017 at 12:03 AM, Maitreya Verma > wrote: > >> I am following this tutorial >> <https://gearheart.io/blog/creating-a-chat-with-django-channels/> to >> learn django channels. >> The following procedure was used : &

Django backend powered by Firebase

2017-06-22 Thread Maitreya Verma
I want to make a chat application for android. I wish to use Firebase to send data to mobiles. Data to be sent to mobile via Firebase will be decided by Django back-end. Also, if a message is sent via mobile, then it should first come to django back-end and then go to the user for which the mes

Database scheme for a simple quiz app

2017-09-24 Thread Maitreya Verma
I am trying to make a simple website where people can take quizzes (there can be multiple quizzes for any user) and their results ( as well as the option they chose) has to be stored. For that, I made a custom user class which will store details of a user. Quiz class, one instance of which will