Skip to content

Commit

Permalink
minor production changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Jan 29, 2015
1 parent 836658d commit 8ecb486
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oec.wsgi
@@ -1,5 +1,5 @@
activate_this = '/home/hanno/public_html/exoplanet.hanno-rein.de/new/venv/bin/activate_this.py'
activate_this = '/home/hanno/public_html/exoplanet.hanno-rein.de/venv/bin/activate_this.py'
execfile(activate_this, dict(__file__=activate_this))
import sys
sys.path.insert(0, '/home/hanno/public_html/exoplanet.hanno-rein.de/new/')
sys.path.insert(0, '/home/hanno/public_html/exoplanet.hanno-rein.de/')
from oec_web import app as application
4 changes: 4 additions & 0 deletions oec_web.py
Expand Up @@ -79,6 +79,10 @@ def static_oec_meta(filename):
def static_oec_outreach(filename):
return send_from_directory('oec_outreach', filename)

@app.route('/oec_iphone/<path:filename>')
def static_oec_iphone(filename):
return send_from_directory('oec_iphone', filename)


@app.route('/')
@app.route('/index.html')
Expand Down

0 comments on commit 8ecb486

Please sign in to comment.