Hi Helio,

  Something somewhere is expecting an integer but receiving an empty string 
instead.
This could be the result of a missing component in the URL eg 
`http://example.com/users//`,
or a field in a JSON or form data request that's missing a value, eg:

{
  "score": ""
  ...
}

Hope that helps.

  Tom

On Wednesday, 3 July 2013 13:13:35 UTC+1, Hélio Miranda wrote:
>
> Hi
> I have a Django application, I am using the tastypie too.
> What happens when meth is my application server, I get this error on a 
> page:
>
> *"error_message": "invalid literal for int() with base 10: ''"*
>
>
> Someone can explain me why?
>
> What do I fix?
>

-- 
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 http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to