Re: Django Database User-Side Access Basics

2012-03-14 Thread Nikolas Stevenson-Molnar
I think Fady means a tutorial for creating forms (not in admin) for editing polls. IIRC, the tutorial only covers editing polls via admin. Fady: I would take a look at the forms section of the docs: https://docs.djangoproject.com/en/1.3/topics/forms/. No tutorials, but plenty of example code.

Re: Django Database User-Side Access Basics

2012-03-14 Thread Javier Guerra Giraldez
On Wed, Mar 14, 2012 at 1:35 PM, Fady Kamal wrote: > no i need a tutorial to help me do these tasks that's exactly what was suggested: go to the Django site and do the tutorial. incidentally, most of the exercises are about a poll application -- Javier -- You received this message because yo

Re: Django Database User-Side Access Basics

2012-03-14 Thread Fady Kamal
no i need a tutorial to help me do these tasks On Wednesday, March 14, 2012 8:28:54 PM UTC+2, dummyman dummyman wrote: > > python official website will be good start > > On Wed, Mar 14, 2012 at 11:44 PM, Fady Kamal wrote: > >> Hello i am new to django and i've completed the Polls app tutorial >>

Re: Django Database User-Side Access Basics

2012-03-14 Thread dummyman dummyman
python official website will be good start On Wed, Mar 14, 2012 at 11:44 PM, Fady Kamal wrote: > Hello i am new to django and i've completed the Polls app tutorial > sucessfully,and what i want to do now *FROM THE USER SIDE *is the > following : > > 1-create poll. > 2-delete poll. > 3-edit the q

Re: Django Database User-Side Access Basics

2012-03-14 Thread dummyman dummyman
python official website will be good start On Wed, Mar 14, 2012 at 11:44 PM, Fady Kamal wrote: > Hello i am new to django and i've completed the Polls app tutorial > sucessfully,and what i want to do now *FROM THE USER SIDE *is the > following : > > 1-create poll. > 2-delete poll. > 3-edit the q

Django Database User-Side Access Basics

2012-03-14 Thread Fady Kamal
Hello i am new to django and i've completed the Polls app tutorial sucessfully,and what i want to do now *FROM THE USER SIDE *is the following : 1-create poll. 2-delete poll. 3-edit the question in a specific poll. 4-add a choice to the poll. 5-remove a choice from a poll. i don't have knowledg