On 8/18/06, Mike <[EMAIL PROTECTED]> wrote: > We read through and experimented with a variety of tutorials > (since we're all still very new to python) and found several approaches > that seem to work when written in the shell. Adding them to django > however has proved to be very difficult. Regardless of what we try, it > seems impossible to get django to kick out the information we want or > even to have it generate an error message that would give us some kind > of feedback.
Hi Mike, See the other suggestions in this thread for implementation hints, but I just want to point out that this isn't a Django problem -- it's just plain Python. Django doesn't care what you do in a view, as long as the view returns an HttpResponse object; you can talk to a database, or parse XML, or anything else. Adrian -- Adrian Holovaty holovaty.com | djangoproject.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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---