Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Adding wsgi example
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Sep 5, 2011
1 parent dc5b07a commit c3d23e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flamejam.wsgi.example
@@ -0,0 +1,5 @@
import sys, os
sys.path.append(os.path.dirname(__file__))
activate_this = '/var/flask-sites/flamejam/env/bin/activate_this.py'
execfile(activate_this, dict(__file__=activate_this))
from flamejam import app as application

0 comments on commit c3d23e0

Please sign in to comment.