On Wed, Oct 5, 2011 at 3:20 PM, Ivan Ivanov <wank...@openintegra.com> wrote:
>> about how to write, check the paragraph about the MTV architecture:
>
> If you are familier with MVC (Model, View, Controller), MTV is the same
> but with different component names.

sorry, but no.

a Django view is way different from an MVC view, there's nothing like
controller in django (fortunately, that's a GUI concept, not a web
thing; and no, urls.py is not a controller), MVC doesn't separate view
from template like Django does, and lots more....

-- 
Javier

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