Django Database User-Side Access Basics

9 views
Skip to first unread message

Fady Kamal

unread,
Mar 14, 2012, 2:14:42 PM3/14/12
to django...@googlegroups.com
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 knowledge in python but i learn quickly and i know java well

so what do you suppose i shall do ?,any tutorials or any helpful links ?

dummyman dummyman

unread,
Mar 14, 2012, 2:25:51 PM3/14/12
to django...@googlegroups.com
python official website will  be good start

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/uShdSiAgUvEJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

dummyman dummyman

unread,
Mar 14, 2012, 2:28:54 PM3/14/12
to django...@googlegroups.com
python official website will  be good start

On Wed, Mar 14, 2012 at 11:44 PM, Fady Kamal <fady.el...@gmail.com> wrote:

--

Fady Kamal

unread,
Mar 14, 2012, 2:35:12 PM3/14/12
to django...@googlegroups.com
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 <fady.el...@gmail.com> 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 question in a specific poll.
4-add a choice to the poll.
5-remove a choice from a poll.

i don't have knowledge in python but i learn quickly and i know java well

so what do you suppose i shall do ?,any tutorials or any helpful links ?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/uShdSiAgUvEJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.

Javier Guerra Giraldez

unread,
Mar 14, 2012, 4:40:20 PM3/14/12
to django...@googlegroups.com
On Wed, Mar 14, 2012 at 1:35 PM, Fady Kamal <fady.el...@gmail.com> 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

Nikolas Stevenson-Molnar

unread,
Mar 14, 2012, 5:51:38 PM3/14/12
to django...@googlegroups.com
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. Also, look at the ModelForm:
https://docs.djangoproject.com/en/1.3/topics/forms/modelforms/#modelform.

_Nik

Reply all
Reply to author
Forward
0 new messages