[BangPypers] [pythonpune] Re: To use Pinax or just Django

kracekumar ramaraju kracethekingmaker at gmail.com
Mon Nov 21 17:38:43 CET 2011


 >>quite a few people are happy with jinja and SQLAlchemy.

I am the one who is very happy with Jinja 2. jinja 2 beats speed in mako
template and django and I feel pythonic when I use jinja 2.

Flask can/will suit for large ACL.You have blueprints, modules concept. You
can use flask-extensions . In case you don't like sqlalchemy you can
replace with pewee or storm or any thing you wish.

Django admin like feature is also available , Flask-admin.

Flask is micro framework which is best since you can replace all the parts
except except web server. You can use django like forms  else you can use
wtforms and flask extensions like flask-themes are available where it is
easy to develop sites like wordpress. In case anyone interested in cms like
wordpress in flask there is mead - by
kennethreitz<https://github.com/kennethreitz/mead> .I
am currently working on it, trying to figure it.

You ca make django and flask or tornado to work together since all the
framework works top of wsgi, but making them work all together will involve
tedious work.



-- 
*
"Talk is cheap, show me the code" - Linus Torvalds
Winning Regards
KraceKumar.R
http://kracekumar.wordpress.com
+91-97906-58304
*
*+91-85530-29521*
*
*


More information about the BangPypers mailing list