On Wed, Dec 8, 2010 at 5:53 PM, jeevanism <[email protected]> wrote: > ok..but i need some thing intro/basic level tutorial... is it possible that > we can use python as like we use php in html scripting??
Thats a very very bad idea. Embedding python code within HTML will make your templates much more difficult to read and manipulate. Django offers seperation of presentation from business logic via a templating system. For everything but the simplest of projects, this makes your life much easier. Regards Rajeev J Sebastian -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To control your subscription visit http://groups.google.co.in/group/ilug-tvm/subscribe To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the google group page: http://groups.google.com/group/ilug-tvm?hl=en
