Newbie to Pylons (in fact, fairly new to Python). Lots of programming experiences in Java, C++ and Objective-C though.
Still learning Pylons and I found the wiki tutorial is excellent. However, there are a few areas that I am interested: 1. the wiki tutorial is a bit light on authentication and authorization. 2. I'd like to see how Jinja2 template system is being used. 3. database side: I am a little confused by the flow. Is it more typical to have a different tool or even just via SQL DDLs to create tables/indexes/relationship first, rather than using initializedb.py to create those tables? Could you please recommend some other tutorials or open source projects for me to study the above? Thanks! (PS: I picked Pylons over Django, because I always love to go to a bit low-level and believe in the long run it is better than doing everything under the constraint of a framework that is less customizable.) -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
