Re: django-EmailSending with PHP

2018-12-06 Thread Nagarjuna J
sendgrid was paid service so i want price less service. is there any option to get this service without price On Thu, Dec 6, 2018 at 2:38 PM Andréas Kühne wrote: > Hi, > > I'm sorry, but I think this is a really strange request - why would you > want to send email with PHP? The thing is that PHP

django-EmailSending with PHP

2018-12-06 Thread nagarjuna . j
hi guys, Now am using sendgrid to send_email in django(using SMTP). But i need to add php mailing in django (django PHP Email integration ). Is there any way to integrate PHP Email with django? -- You received this message because you are subscribed to the Google Groups "Django users" group.

Refund issue with paypal using django and python

2018-10-18 Thread nagarjuna . j
I'll use django-paypal for processing payments in my site, but, I need the *refund* funcionality, wich I didnt find in the django-paypal docs. How can I achieve this, if django-paypal doesnt has this featured I'd to move to other package, in that case, any reccommendation? -- You received this

Re: Creating superuser

2018-10-05 Thread Nagarjuna J
once migrations are completed successfully. then check urls.py, bellow two lines are there are not from django.contrib import admin path('admin/', admin.site.urls), then browse this http://127.0.0.1:8000/admin On Fri, Oct 5, 2018 at 4:36 PM VIPIN VIPIN wrote: > This is not working > > > On

How to call the super class instance variables in sub class in python3

2018-10-03 Thread nagarjuna . j
how i can call super class instance varibles in subclass (python3) -- 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