#!/bin/bash

cd $(dirname $0)

PYTHONPATH=../lib exec python tutorial.wsgi $1

