Any HTTP request is going to send a status code on return.  I'd
recommend returning a blank page or something just so that the server
can return a 200-OK.

On Dec 11, 9:04 pm, "Doug Penny" <[EMAIL PROTECTED]> wrote:
> I am trying to create a view that processes some data, but doesn't
> return anything.  The data is being submitted from within a
> client-side, desktop app and should be completely transparent to the
> user.  I currently do not have a return statement in the view and am
> getting a HTTP 500 status code on the console.  Is there anyway to
> tell Django that I don't want to return anything for a view without
> getting an error on the console?  Thanks for the help.
>
> Sincerely,
> Doug Penny
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to