Skip to content

Instantly share code, notes, and snippets.

@jsmits
Created March 20, 2010 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsmits/338654 to your computer and use it in GitHub Desktop.
Save jsmits/338654 to your computer and use it in GitHub Desktop.
# -*- coding: utf-8 -
import os
os.environ['TRAC_ENV'] = '/Users/jsmits/.virtualenvs/trac/projects/mysite'
os.environ['PYTHON_EGG_CACHE'] = '/Users/jsmits/.virtualenvs/trac/projects/mysite/eggs'
import trac.web.main
def app(environ, start_response):
return trac.web.main.dispatch_request(environ, start_response)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment