Like Justin said, Django gives you more of a framework, which you may or may not need. but what's nice, both are using Jinja template engine, so moving from one to the other can be easy for little site.
We're using Django and sqlAlchemy as the ORM ( it's part of the pipeline anyways ) There's a nice book called two scoops of django ( for 1.6 but easy to get working for 1.7 ) I'm not on their marketing team ;) but it's a good book... the authors made a great start_project template on github, I think iit's a good base to start a django project running: https://github.com/twoscoops/django-twoscoops-project hope that helps :) On Saturday, 20 September 2014 19:01:54 UTC-7, Cesar Saez wrote: > > I'm no expert, but Flask is a great alternative to Django (less overhead), > there are plugins for everything you could possibly need and the template > engine (Jinja2) is even better than Django's one. > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/ba80ff04-40b3-4f54-975a-94a8dc4ec01c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
