Margie Roginski writes:
> I'd like to find a way to let my users submit form data without
> submitting it via an actual web form. For example, I have users
> that would like to send their data via email, or perhaps provide
> it in an excel spread sheet,
Maybe you can fool the view functions by providing a request object
which simulates a call from the browser. But if performance is not
an issue, I would create an intermediate program that takes all the
emails and spreadsheets and makes (possibly local) HTTP POST
requests on your server.
This is the way we do it here: A cronjob scans a shared directory
for new data regulary, and when it finds some, it sends an HTTP POST
to the web server, which runs on the same machine.
Tschö,
Torsten.
--
Torsten Bronger, aquisgrana, europa vetus
Jabber ID: torsten.bronger@jabber.rwth-aachen.de
or http://bronger-jmp.appspot.com
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment