Django mailing [Errno 97] Address family not supported by protocol

2020-01-15 Thread PM Rakibul Hasan
My Error: 
OSError at /send_email/ 

[Errno 97] Address family not supported by protocol

Request Method: GET 
Request URL: 
https://www.nimikh.com/send_email/?csrfmiddlewaretoken=vynGxVc4pHoAYcIEu3K4h6RYRbAJ4JwbXiFSG8rUFzg8N19rXtZpkuniq91NKalv=Rakib=rakibpathan07%40gmail.com=vdfhhf
 
Django Version: 2.2.7 
Exception Type: OSError 
Exception Value: 

[Errno 97] Address family not supported by protocol

Exception Location: /opt/alt/python36/lib64/python3.6/socket.py in 
__init__, line 144 
Python Executable: /home/mdosw63339bt/virtualenv/mysite/3.6/bin/python3.6 
Python Version: 3.6.8 
Python Path: 

['/home/mdosw63339bt/mysite',
 '/opt/passenger-5.3.7-8.el6.cloudlinux/src/helper-scripts',
 '/home/mdosw63339bt/virtualenv/mysite/3.6/lib64/python36.zip',
 '/home/mdosw63339bt/virtualenv/mysite/3.6/lib64/python3.6',
 '/home/mdosw63339bt/virtualenv/mysite/3.6/lib64/python3.6/lib-dynload',
 '/opt/alt/python36/lib64/python3.6',
 '/opt/alt/python36/lib/python3.6',
 '/home/mdosw63339bt/virtualenv/mysite/3.6/lib/python3.6/site-packages']


Wed, 15 Jan 2020 06:56:56 +






EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = 'mym...@gmail.com'
EMAIL_HOST_PASSWORD = 'Password'
EMAIL_PORT = 587

-- 
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 visit 
https://groups.google.com/d/msgid/django-users/597edf4c-175c-4ebd-9017-933cfd54af7e%40googlegroups.com.


How can i use google finance client in django?

2018-03-17 Thread rakibul
I want to use google finance client in python then i want to use some 
functionality to my django project.please help.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/15466f57-4226-4ebc-8b86-4207ed9bdaa4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how to integrate django rest framework jwt and angular 4 authentication?

2017-12-19 Thread rakibul
Hi everyone.
I want to build a system where user logged in using username & password.In 
that purpose i am used djangorestframework-jwt in token based 
authentication system.
djangorestframework-jwt provided this *urls*url(r'^api/auth/token/', 
obtain_jwt_token)
if i go this url it shows username and password field in browserable api 
it's ok because it's builtin views.Before using djangorestframework-jwt i 
was create an accounts app where also user's login and registration method 
available based on django user model simple as username and password filed 
available.After register a user if i was open *api/auth/token* it's gives 
username & password filed if i was fullfill the requirement it's show me a 
token it's also *ok* but my own login view where i was used in that case i 
didn't understand.
And my angular 4 auth service which api end point used to login.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3bcbc7fa-ae55-4332-baa4-a40d90db99a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Making chatbot

2017-09-23 Thread rakibul
Hi everyone

I want to build a chatbot app using Django Rest Framework.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b0b3ee57-1f3f-4ff7-bbc5-ac020eb1f990%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.