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 at "get_fields" error.

Following is the traceback:

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-packages\django\contrib\admin\options.py"
in wrapper
  616.                 return self.admin_site.admin_view(view)(*args,
**kwargs)
File
"C:\Users\Mudassar\dressikarepo\lib\site-packages\django\utils\decorators.py"
in _wrapped_view
  110.                     response = view_func(request, *args, **kwargs)
File
"C:\Users\Mudassar\dressikarepo\lib\site-packages\django\views\decorators\cache.py"
in _wrapped_view_func
  57.         response = view_func(request, *args, **kwargs)
File
"C:\Users\Mudassar\dressikarepo\lib\site-packages\django\contrib\admin\sites.py"
in inner
  233.             return view(request, *args, **kwargs)
File "C:\Users\Mudassar\dressikarepo\lib\site-packages\drip\admin.py" in
add_view
  83.             request,
extra_context=self.build_extra_context(extra_context))
File "C:\Users\Mudassar\dressikarepo\lib\site-packages\drip\admin.py" in
build_extra_context
  78.         extra_context['field_data'] =
json.dumps(get_simple_fields(User))
File "C:\Users\Mudassar\dressikarepo\lib\site-packages\drip\utils.py" in
get_simple_fields
  118.     return [[f[0], f[3].__name__] for f in get_fields(Model,
**kwargs)]
File "C:\Users\Mudassar\dressikarepo\lib\site-packages\drip\utils.py" in
get_fields
  48.     fields = Model._meta.fields + Model._meta.many_to_many +
Model._meta.get_all_related_objects()

Exception Type: TypeError at /admin/drip/drip/add/
Exception Value: can only concatenate tuple (not "list") to tuple

I've also searched issues opened in past with "
https://github.com/zapier/django-drip/issues"; and was able to solve few
problems but can't solve this one.Please advise.

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

Reply via email to