Hello Everyone,

I've just started web programming and using Django, and I'm still not
sure how to enter text into a database via a page. From everything
I've read, the suggestion seems to be that a ModelForm should be used.
I've tried to implement this on a simple example model, but I'm sure
I'm doing most of this wrong. Is there any page, outside of the
official documentation, that gives an example from beginning to end
regarding how to save ModelForms in your database using views.py
rather than the shell (including sample URLs) ? Also, how would I
access the entered text via the shell to determine if it was saved ?

Thank you

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to