Re: looking for a basic model form example

2015-10-24 Thread Tim Graham
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 yo

looking for a basic model form example

2015-10-24 Thread Becka R.
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 possib