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
<[email protected]>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 <[email protected]>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 [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<django-users%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>
>
> --
> André Asantos
> Skype - andredecotia
> MSN - [email protected]
>
>
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<django-users%[email protected]>
> .
> 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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to