Skip to main content
7 events
when toggle format what by license comment
Aug 4, 2011 at 15:06 vote accept BanditoBunny
Aug 4, 2011 at 15:06 comment added BanditoBunny Apparently django-nonrel is important reference.
Aug 4, 2011 at 12:17 comment added mdeous i personally love flask, it's a micro framework (doesn't provide advanced features like an ORM or forms generation, but extensions exist to add support for them), but is still very powerful. It uses Jinja2 for templating, which syntax is very similar to the Django's one.
Aug 4, 2011 at 12:16 comment added Adam Jurczyk For Django stuff only, start with its own documentation and tutorials. I wouldn't start django-on-app-engine project without knowing how django alone works. The first thing you should know, is that for now, django ORM doesn't support GAEs database (bigtables), and you have to use either GAEs ORM, or django-nonrel.
Aug 4, 2011 at 12:04 history edited mdeous CC BY-SA 3.0
add link to tutorial
Aug 4, 2011 at 11:53 comment added BanditoBunny concerning using google this is what I did first of course, the problem is I am new to django and there is a lot of material out there and I cannot judge what is good and what is not, i have a couple of tutorials opened but i am not sure they were the best.
Aug 4, 2011 at 11:36 history answered mdeous CC BY-SA 3.0