> How would I use 'print post_text'? I'd have to do it in the > interactive shell, in which case, how would I replicate > request.POST...?
Just insert it to the 'post_handler' function and see results in console (of course, application should be started in console with 'manage.py runserver'). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

