Skip to content

Instantly share code, notes, and snippets.

@manfre
Created July 31, 2012 14:38
Show Gist options
  • Save manfre/3217476 to your computer and use it in GitHub Desktop.
Save manfre/3217476 to your computer and use it in GitHub Desktop.
PyCarolinas Proposal - Django on Windows

PyCarolinas Talk Proposal: Django on Windows

Presented by Michael Manfre

Overview

www.src.org, a case study of running Django in a Windows environment. This talk will describe the Semiconductor Research Corporation's (SRC) website, infrastructure, and build environment. Included will be some of the hurdles we encountered and reasons why our environment has ended up in its current state.

Description of SRC

  • What is SRC?
  • Purpose of website
  • Brief overview of previous web site

Infrastructure

  • SQL Server and django-mssql
  • HTTP application choices
  • Load Balancing
  • CruiseControl.net Continuous Integration
  • Deployments with nAnt

Hurdles

  • Integrating with legacy database and business applications
  • GIL
  • No Forking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment