Skip to content

Instantly share code, notes, and snippets.

View iandmyhand's full-sized avatar
:octocat:
Doing something...

SeomGi, Han iandmyhand

:octocat:
Doing something...
View GitHub Profile
@iandmyhand
iandmyhand / fcgi.py
Last active May 12, 2016 14:37 — forked from antoinemartin/fcgi.py
Django management command to run Django on Windows with IIS through FastCGI (for Python 3.x)
# encoding: utf-8
# FastCGI-to-WSGI bridge for files/pipes transport (not socket)
#
# Copyright (c) 2002, 2003, 2005, 2006 Allan Saddi <allan@saddi.com>
# Copyright (c) 2011 Ruslan Keba <ruslan@helicontech.com>
# Copyright (c) 2012 Antoine Martin <antoine@openance.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without