Watch "RelatedObjectDoesNotExist: User has no profile, Django error || unable to login after signup" on YouTube

2020-04-20 Thread Anonymous Patel
https://youtu.be/QDk3rI_H3ks Raj Patel Live premiere for all your errors -- 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

Re: How to make Django Rest Apis Async

2020-04-20 Thread Mrinal Kamboj
Hi Aldian, Thanks for the reply. I am pretty new to Django, using Celery seems to be a service broker design, do you have some reference links / samples available, which can help me guide through the process Thanks, Mrinal On Tue, Apr 21, 2020 at 8:57 AM Aldian Fazrihady wrote: > Hi Mrinal,

Re: Reg: Django signal not working

2020-04-20 Thread 'Amitesh Sahay' via Django users
Hello Aditya, I am using Django's "User" and "UserCreationForm" to create registration and login page and it's backend logic. So far so good. I could add the default fields to my registration page and it's working as per required. However, I want to add a custom field "contact" as it does not

Re: How to make Django Rest Apis Async

2020-04-20 Thread Aldian Fazrihady
Hi Mrinal, My DRF views usually send asynchronous tasks to celery or channel workers. On Tue, Apr 21, 2020 at 4:38 AM Mrinal Kamboj wrote: > Hello Everyone, > > Following is my Django application configuration: > > > *django = 2.2.11djangorestframework = 3.9.2* > *Python = 3.8.2* > > I am

Re: Channels/Daphne offloading SSL Certs to AWS ELB fails to establish socket

2020-04-20 Thread Tim Nelson
Well if you want the clients IP logged or need to do something with it on the request: set_real_ip_from 0.0.0.0/0; real_ip_header X-Forwarded-For; real_ip_recursive on; On Mon, Apr 20, 2020 at 5:55 PM Shaheed Haque wrote: > > > On Mon, 20 Apr 2020 at 21:54, Filbert wrote: > >>

Re: Channels/Daphne offloading SSL Certs to AWS ELB fails to establish socket

2020-04-20 Thread Shaheed Haque
On Mon, 20 Apr 2020 at 21:54, Filbert wrote: > *Answering my own question.AWS classic ELBs never worked properly with > websockets. Need to convert them to ALBs.* > Thanks for closing the loop; this is quite likely to be in my future. Did you need any nginx config changes? Shaheed On

How to make Django Rest Apis Async

2020-04-20 Thread Mrinal Kamboj
Hello Everyone, Following is my Django application configuration: *django = 2.2.11djangorestframework = 3.9.2* *Python = 3.8.2* I am exposing a set of rest apis for react js frontend, which connects to Postgres using a layered architecture *views (controller) - services - data_layer. *In data

django_microsoft_auth

2020-04-20 Thread Larry Martell
Anyone here have any experience with django_microsoft_auth? I have some issues and questions. -- 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

Re: Channels/Daphne offloading SSL Certs to AWS ELB fails to establish socket

2020-04-20 Thread Filbert
*Answering my own question.AWS classic ELBs never worked properly with websockets. Need to convert them to ALBs.* On Tuesday, April 14, 2020 at 5:37:54 PM UTC-4, Filbert wrote: > > Using AWS ELB, I was able to serve HTTP (via uwsgi) and websockets through > Nginx with Nginx handling the SSL

Watch "RelatedObjectDoesNotExist: User has no profile, Django error || unable to login after signup" on YouTube

2020-04-20 Thread Anonymous Patel
https://youtu.be/QDk3rI_H3ks They are coming with good solutions. I took help from them and they help as well subscribe there ask them directly they will create video's on the errors we are facing -- You received this message because you are subscribed to the Google Groups "Django users"

Re: stack

2020-04-20 Thread Tim Wilson
Here's the link: https://docs.djangoproject.com/en/3.0/intro/tutorial01/ On Mon, Apr 20, 2020, at 12:51 PM, Sead Sejo Gicić wrote: > Do the official Django tutorial? Where can we find this tutorial? Regard > > > > пон, 20. апр 2020. у 18:26 Rok Klancar је написао/ла: >> Do the official

Re: stack

2020-04-20 Thread Bela Patkai
https://docs.djangoproject.com/en/3.0/intro/tutorial01/ > On 20 Apr 2020, at 19.51, Sead Sejo Gicić wrote: > > Do the official Django tutorial? Where can we find this tutorial? Regard > > > > пон, 20. апр 2020. у 18:26 Rok Klancar

Re: stack

2020-04-20 Thread Sead Sejo Gicić
Do the official Django tutorial? Where can we find this tutorial? Regard пон, 20. апр 2020. у 18:26 Rok Klancar је написао/ла: > Do the official Django tutorial > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from

Re: Problema con instalar django 3.0.5

2020-04-20 Thread Ing.Daniel Bojorge
Te sugiero crear un entorno virtual. Ejecuta pip freeze para ver si no tienes problemas con la instalación de python. Dios L@s Bendiga Saludos, [image: --] daniel.bojorge [image: http://]about.me/daniel.bojorge [image: snake]*Curso

Re: stack

2020-04-20 Thread Rok Klancar
Do the official Django tutorial -- 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-users+unsubscr...@googlegroups.com. To view this discussion on the web

stack

2020-04-20 Thread tejasri mamidi
Hiii everyone ,,iam new to django ,can anyone suggest path to grow django skis, -- 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

Re: Need help whit DJANGO_SETTINGS_MODULE

2020-04-20 Thread Ayser shuhaib
Great  On Sun, 19 Apr 2020 at 15:50, Ilie Ioana wrote: > After resetting the pc it worked. > Thanks. > > > On Sunday, April 19, 2020 at 4:39:50 PM UTC+3, Ilie Ioana wrote: >> >> The project structure: >> >> >> (test1) ioana.i@ioana-spamexperts:~/Workspace/Ioana/test1/test1$ tree >> . >> ├──

How to sort a column by Django model method using django-sortable-listview (SortableListView)?

2020-04-20 Thread Nancy Jenifer Benita S
Using *django-sortable-listview* package, I'm using *SortableListView *to sort out all the model fields. In my case, more than model fields, I want to sort it out by model method too. Models.py class Employee(models.Model): name = models.CharField() designation =

Re: Cuando estoy descargango al version 3.0.5 de django , me dice fatal error al comenzar, A que se debe y como solucionar para instalar esa versión ?

2020-04-20 Thread Walter santos
Antes de instalar Django, debe instalar la máquina virtual, ¿ya lo hizo? Em segunda-feira, 20 de abril de 2020 09:43:01 UTC-3, german salcedo aragon escreveu: > > Sale fatal error , al instalar django versión 3.0.5. > Ayuda y decirme porque sale ese aviso. > Gracias. > -- You received this

Cuando estoy descargango al version 3.0.5 de django , me dice fatal error al comenzar, A que se debe y como solucionar para instalar esa versión ?

2020-04-20 Thread german salcedo aragon
Sale fatal error , al instalar django versión 3.0.5. Ayuda y decirme porque sale ese aviso. Gracias. -- 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

Sending emails using Exchange 2013 server and NTLM authentication

2020-04-20 Thread Fabian Wilske
Dear all, I'm using Django 1.11 and want to send mails by utilizing an Exchange 2013 server which only supports NTLM for SMTP authentification. I realized that the default email backend `django.core.mail.backends.smtp.EmailBackend` only supports LOGIN, PLAIN or CRAM-MD5 for authentication.

Problema con instalar django 3.0.5

2020-04-20 Thread german salcedo aragon
Buenos días , no puedo instalar django 3.0.5 me sale este error, por favor ayuda. Gracias C:\WINDOWS\system32>pip install django==3.0.5 Fatal error in launcher: Unable to create process using '"c:\python38\python.exe" "C:\Python38\Scripts\pip.exe" install django==3.0.5': El sistema no puede

Re: CSRF token still needed today?

2020-04-20 Thread David Merrick
if you want cross site forgery requests get rid off it On Mon, Apr 20, 2020 at 10:45 PM Andréas Kühne wrote: > Why is it a problem to have? You add one specific command on all forms - > or you disable it in the view > > What do you want to accomplish by removing it? > > Regards, > > Andréas

Re: I have a problem concerning duplicate adminfields

2020-04-20 Thread krnrrr
i bet the problem is that your ProductAdmin and BlogPostAdmin also inherit from PageAdmin and you use list in fieldsets. so what is happeing is that you mutate the same instance of list for all subclasses and thus create duplicates -- You received this message because you are subscribed to the

Re: Reg: Django signal not working

2020-04-20 Thread Aditya Singh
What's the original issue please, seems like you picked things up with someone till this email. Regards, Aditya On Mon, Apr 20, 2020, 3:11 PM 'Amitesh Sahay' via Django users < django-users@googlegroups.com> wrote: > -+c Hello Jorge, > > After doing some research, I realized that the signal

Re: CSRF token still needed today?

2020-04-20 Thread Andréas Kühne
Why is it a problem to have? You add one specific command on all forms - or you disable it in the view What do you want to accomplish by removing it? Regards, Andréas Den sön 19 apr. 2020 kl 22:12 skrev guettli < guettli.goo...@thomas-guettler.de>: > iI look at this page:

Re: Reg: Django signal not working

2020-04-20 Thread 'Amitesh Sahay' via Django users
-+c Hello Jorge,  After doing some research, I realized that the signal which is saving the user profile should have  "instance.signup.save()" , as the name of the custom model is signup. This time I still got the error .However,  I could create the new user and login to the website. However,