Tuesday, February 1, 2011

Re: switch to apache

On Tue, Feb 1, 2011 at 3:25 PM, Ethan Yandow <flibitboat@gmail.com> wrote:
> Alright, thanks.  Hopefully that will work.  I am also trying to figure out
> the best way to get the information from an html form and set that to a
> variable and place that information back in my database.  What is the
> simplest way to do that?
>

Not to be facetious, but Django? Django forms, rendered using Django
templates, and persisted using the Django ORM - roughly what this[1]
guides you through.

Cheers

Tom

[1] http://docs.djangoproject.com/en/1.2/intro/tutorial01/

--
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