What should I use - Mako or Django?

Posted by mridang on Stack Overflow See other posts from Stack Overflow or by mridang
Published on 2010-04-01T17:03:22Z Indexed on 2010/04/01 17:43 UTC
Read the original article Hit count: 598

Filed under:
|
|
|

Hi guys,

I'm making a website that mail users when a movie or a pc game has released. It isn't too complex - users can sign up, choose movies/music or a genre and save the settings. When the movie/music is released - it mails the user. Some other functionality too but this is the jist.

Now, I've been working with Python for a bit but mainly in the area of console apps. For web: what should I use, the web framework Django or the templating engine Mako?

I can't seem to decide between the two. :(

Thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about template-engine