From 0 to Website in 60 Minutes - with Django
A hands-on introduction to Django, the Python web framework, built around a live example: turning a local food and farm directory (the Whatcom Food and Farm Finder) into a searchable, database-backed website. The talk walks through the core pieces of a Django application — handling requests, defining a data model, building views, and rendering templates — while building the example application interactively during the session.