email

2018-11-22 Thread Tushar Nadkar
i have email id of multiple user , so how can i send mail after 3 days when
he click a button .or checkout button in django

-- 
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/CAAHYEvMrV2x2TOwL1NmDrJAxpxVSFU%2BkiyeaWPdYhF09SfzPTg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


mail sending

2018-11-21 Thread Tushar Nadkar
when a button is clicked , i want to send specific mail after 3 days ? how
can i do that in django

-- 
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/CAAHYEvMUPoT%2BivTkPx%2BekvksnVWo%3DiByAt48iQX8m-HjTSQMTw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


ModuleNotFoundError: No module named 'facebook.urls'

2018-11-20 Thread Tushar Nadkar
I am trying to install Django facebook graph in my project , 
I installed ‘facebook’ in Insatlled_app and added 

['facebook.middleware.SignedRequestMiddleware',
'facebook.middleware.AppRequestMiddleware',
]

This 2 in MIDDLEWARE_CLASSES
Then added 
url(r'^accounts/',include('facebook.backends.registration.urls')),
url(r'^facebook/', include('facebook.urls')),

as given in the documentation 
when I compile it showing ModuleNotFoundError: No module named 'facebook.urls'


-- 
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/5bf4db8a.1c69fb81.7731a.9b99%40mx.google.com.
For more options, visit https://groups.google.com/d/optout.


how to access Facebook graph api in django

2018-11-19 Thread Tushar Nadkar
i want to access my users email , address , phone number, pincode by face
book graph api

-- 
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/CAAHYEvMrSy9CJjQ4eAL_W6gSkkbk_4QN%2BEdHXD%3DT92rvRqEq9g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.