Saturday, October 24, 2015

Re: looking for a basic model form example

Have you tried:

https://docs.djangoproject.com/en/1.8/topics/forms/ - for form basics
https://docs.djangoproject.com/en/1.8/topics/forms/modelforms/ - for model form specifics

If you can explain your confusion in any more detail, it might help us improve the documentation.

I'm not sure what you mean by get_url -- this isn't something I see in the docs.

On Saturday, October 24, 2015 at 4:55:31 PM UTC-4, Becka R. wrote:
Hi there, 

I'm seeing a lot of pretty conflicting explanations for constructing a basic model form that gets and posts data.  Can anyone point me to a succinct example?  I'm looking at the official tutorial, and don't understand which parts are fundamental, and I'm seeing a lot of other possible ways to approach this particular problem.  I'm also stumbling over get_url, and wondering if it's something I need for a form?  If someone could point me to a simple working example, I'd really appreciate it.  

Thanks, 

Becka

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cc49c404-2e50-42bc-b4ef-3059d5598f8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment