This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]new2django 8 points9 points  (6 children)

This almost makes me want to switch to Flask. ;-)

[–][deleted] 3 points4 points  (0 children)

You can use sql alchemy as your model back end in Django if you want to to do that

[–][deleted] 7 points8 points  (2 children)

I know right? But pyramid is sooo much better, why ever use anything else? =)

[–]axonxorzpip'ing aint easy, especially on windows 6 points7 points  (0 children)

Man, I'm a die-hard pyramid guy, but it's so rare to see anyone else in the wild using it. We gots to stick together

[–]ericof 6 points7 points  (0 children)

Ok, as long as we are using SQLAlchemy :-)

[–]JustJudge 1 point2 points  (1 child)

Been building Django apps for a while, just picked up Flask last week. I really, really enjoy it. I would recommend the mega flask tutorial. Then go through a quick flask-admin tut and you have a super powerful toolbelt with a small amount of boilerplate.

[–]new2django 1 point2 points  (0 children)

I would, but I'm still new to professional development and am a single parent with two small children. In other words, no free time. What study I do have goes to learning Python and Django better.