On Tue, Mar 13, 2012 at 3:58 PM, Sandro Dutra <hexo...@gmail.com> wrote:
> "The task that I should do is to click on a box and it generates new boxes
> above it by every clicking on it."
> I think JavaScript (jQuery) is the best option to achieve this.
>
>
> 2012/3/13 Sophia <b.mirshafie...@gmail.com>
>>
>> Hi guys,
>>
>> I'm completely a beginner in writing Django codes, I read the book online
>> for Django, so I have some basic knowledge about it.
>> The task that I should do is to click on a box and it generates new boxes
>> above it by every clicking on it. I  actually wrote in HTML how to make
>> boxes, but my problem is that I have no idea how to do the task I've
>> mentioned earlier. I would really appreciate if you just give me a hint or a
>> link to guide me about this, because I really confused.
>>
>> Thanks in advance.
>> Sophia
>>
>> --
>> 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/-/pZQOIyr8LKAJ.
>> 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.
>
>
> --
> 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.

You might like to go to the django site:  https://docs.djangoproject.com/en/1.3/

and go through the tutorial links.  It takes a couple of hours, and is
well worth the effort to get a handle on how the pieces of Django fit
together.

But the task you mentioned in your post sounds like a javascript
project rather than something you would do on the server.

If you are also new to programming in python and want to learn more
about the language try the python-tutor mailing list

-- 
Joel Goldstick

-- 
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