Hi André.

In Django, the presentation is handled by means of templates (in other
words, the "View" of the MVC). What we call "views" in Django actually
correlate more closely to the "Controller" of the MVC.

Take a look at the link Xavier posted, it explains the terminology better.

If you still have trouble, the link posted by Renne will help you a lot.

On Wed, Aug 4, 2010 at 9:47 PM, André A. Santos
<ti.andreasan...@gmail.com>wrote:

> wow this is different to me because Java is different follows MVC...
> so, the business rules stay on View (GUI)?
>
>
> On Wed, Aug 4, 2010 at 9:11 PM, Kenneth Gonsalves <law...@au-kbc.org>wrote:
>
>> On Wed, 2010-08-04 at 12:02 -0300, André A. Santos wrote:
>> > for exemple using MVC parttern how it works ->
>> >
>> > M - model (Python)
>> > V - view (JSP)
>> > C - controller (Django or also Django on Model tier?)
>>
>> no this is not correct. django follows the Model View Template
>>
>> roughly: database structure - models
>> presentation - templates
>> business logic - views
>>
>> of which models and views are done in python and the presentation done
>> with html, css, javascript etc.
>> --
>> regards
>> Kenneth Gonsalves
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>
>
> --
> André Asantos
> Skype - andredecotia
> MSN - andre_deco...@hotmail.com
>
>
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@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-us...@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