Re: Django-drip not working

2016-08-20 Thread M Hashmi
Yeah I know that but I thought it would be easy to get it ported manually but after reading code twice I guess I can wait till owner of repo do so. Thanks for help. Regards, Mudassar On Sat, Aug 20, 2016 at 9:15 AM, Simon Charette wrote: > It looks like django-drip has not been ported to Django

Re: Django-drip not working

2016-08-20 Thread Simon Charette
It looks like django-drip has not been ported to Django 1.8 yet. Le samedi 20 août 2016 09:41:06 UTC-4, M Hashmi a écrit : > > Now I am getting another error: > > Traceback: > > File > "C:\Users\Mudassar\dressikarepo\lib\site-packages\django\core\handlers\base.py" > > in get_response > > 132.

Re: Django-drip not working

2016-08-20 Thread M Hashmi
Now I am getting another error: Traceback: File "C:\Users\Mudassar\dressikarepo\lib\site-packages\django\core\handlers\base.py" in get_response 132. response = wrapped_callback(request, *callback_args, **callback_kwargs) File "C:\Users\Mudassar\dressikarepo\lib\site-packag

Re: Django-drip not working

2016-08-20 Thread Tim Graham
Looks like it could be a bug in django-drip because: Model._meta.fields + Model._meta.many_to_many + Model._meta.get_all_related_objects() (tuple) + (tuple) + (list) A possible fix could be: ... + tuple(Model._meta.get_all_related_objects()) On Saturday, August 20, 2016 at 7:56:46 AM UTC-4, M H

Django-drip not working

2016-08-20 Thread M Hashmi
Hi Guys, I am having trouble with Django-drip and couldn't search a solution and hard to figure out. The error pops up when I try to add a Drip. My settings.py has "DRIP_FROM_MAIL" field and EMAIL_HOST field both. I've added django-drip and migrated for django==1.8.13 it worked fine but now stuck