Bringing New Developers up to Speed on Django
Four months ago Julia Grace had never even seen a Django template. But she is an engineer; coming up to speed couldn’t be that hard, right? Wrong. Doing so efficiently and effectively was tough.
Four months ago Julia Grace had never even seen a Django template. But she is an engineer; coming up to speed couldn’t be that hard, right? Wrong. Doing so efficiently and effectively was tough.
Learn how to configure Celery for development and how to create and run simple distributed tasks from Django views. A common pattern in Django web applications is to pass long-running tasks off to a task queue. Celery is a popular distributed task queue with good Django integration.
This short tutorials shows how to install Django and Python on Windows Vista.
At the DjangoConf 2008 edition, James Bennett presents a talk on how to build reusable applications. He proposes 4 simple principles to achieve this goal: * Do one thing, and do it well. * Don’t be afraid of multiple apps. * Write for flexibility. * Build to distribute. Slides of …
Guido van Rossum, the creator of Python, talks about Django and Google App Engine.
Google TechTalks of April 26, 2006 given by Jacob Kaplan-Moss. Django is one of the premier web frameworks for Python, and is often compared to Ruby-on-Rails. Jacob is one of the lead developers on Django.