koranthala schrieb:
> Hi all,
>    Please excuse me if this is a naive question. I am a developer/
> programmer who is now into web development for the first time.
>    I have read through Django tutorial and I have a moderate
> understanding of how Django works.
>
>    I have two major questions, which is bugging me quite a lot. I will
> try to put it succinctly.
>
> ----(1)----
>    One problem is that in my site, I am not using templates very much
> - My understanding is that on using templates quite a bit only one can
> unlock the full efficiency of Django.
>    However, when I am designing my site, I find that I am not using
> templates too much.
>
>   
I don't use templates much, too. But I use auto escape in python code (some
small wrapper around mark_safe() and join())

> ----(2)----
>     Another question that I have is - is it usual to have no major
> architecture in the web coding? i.e. When I used to do C programming,
> I used to use all sort of design patterns etc. Now I am into web
> programming using Django, and now I dont find the need to have a
> complex architecture.
Simple applications can be written in some hours if you are familiar with
django. And very complex things can be done, too:
   Welcome to python and django

  Thomas

-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de


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