Re: Using Daphne without altering nginx config on Google App Engine

2020-01-18 Thread Integr@te System
Hi Rahu, Check chennel_layers setting as a sample in this doc for more helpful https://channels.readthedocs.io/en/latest/deploying.html On Sat, Jan 18, 2020, 21:10 Rahul Arora wrote: > Hi all, > > I'm trying to switch from gunicorn to Daphne for my Django app on GAE > Flex, since I need to u

Re: help

2020-01-18 Thread Tosin Ayoola
i'm working on an e-commerce project that will have a referral link which will be provided to each user after signup, i'm using django3.0 about reserch i've done that and all i keep getting is pinax-referrals, anafero(which kinda depends on pinax-refferals) and Heartsim Reflink(which doesnt really

Re: help

2020-01-18 Thread Kasper Laudrup
Hi Tosin, On 18/01/2020 16.58, Tosin Ayoola wrote: So is there any app that supposes django3.0 There are plenty of apps that "supposes" Django 3.0, but without any information on what you want to achieve it's hard for anyone to help you. Learn to ask a proper question and do some minimal r

Re: help

2020-01-18 Thread Tosin Ayoola
So is there any app that supposes django3.0 On Sat, Jan 18, 2020, 16:32 Kasper Laudrup wrote: > Hi again. > > On 18/01/2020 16.22, Tosin Ayoola wrote: > > I'm using django 3.0 and I'm still getting the same error > > > > It seems like Django 3.0 isn't supported by django-referrals: > > > https:

Re: help

2020-01-18 Thread Kasper Laudrup
Hi again. On 18/01/2020 16.22, Tosin Ayoola wrote: I'm  using django 3.0 and I'm still getting the same error It seems like Django 3.0 isn't supported by django-referrals: https://github.com/pinax/pinax-referrals#supported-django-and-python-versions That probably explains it. Kind regards,

Re: help

2020-01-18 Thread Tosin Ayoola
I'm using django 3.0 and I'm still getting the same error On Sat, Jan 18, 2020, 16:15 Kasper Laudrup wrote: > Hi Tosin, > > On 18/01/2020 16.07, Tosin Ayoola wrote: > > good day guys i'm working on a dango project that requires having a > > referral link, i tried using pinax-referrals, but when

Re: help

2020-01-18 Thread Kasper Laudrup
Hi Tosin, On 18/01/2020 16.07, Tosin Ayoola wrote: good day guys i'm working on a dango project that requires having a referral link, i tried using pinax-referrals, but when i install and try to integrate i get the error, can anyone help me? thanks Which version of Django are you using? A

Using Daphne without altering nginx config on Google App Engine

2020-01-18 Thread Rahul Arora
Hi all, I'm trying to switch from gunicorn to Daphne for my Django app on GAE Flex, since I need to use Django Channels. Previously the site worked fine with gunicorn as entrypoint (in the app.yaml file). I just replaced it with daphne so my yamlfile looks like this: runtime: python env: flex