getting the following error when uploading a csv file. in newfies-django.log have tried the example file listed at
https://github.com/Star2Billing/newfies ... act_10.txt and still get same error any ideas?
This is a stock 2.5.2 install.
ERROR 2013-06-12 16:19:36,716 base 1438 140407545964288 Internal Server Error: /contact/import/
Traceback (most recent call last):
File "/usr/share/virtualenvs/newfies-dialer/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 115, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/usr/share/virtualenvs/newfies-dialer/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py", line 25, in _wrapped_view
return view_func(request, *args, **kwargs)
File "/usr/share/newfies/dialer_contact/views.py", line 569, in contact_import
if not int(row[5]):
IndexError: list index out of range
Thanks