Skip to content

Instantly share code, notes, and snippets.

@tensory
Created August 21, 2013 17:11
Show Gist options
  • Save tensory/6297206 to your computer and use it in GitHub Desktop.
Save tensory/6297206 to your computer and use it in GitHub Desktop.
@app.route('/blog/output/theme/<path:filename>')
def base_static(filename):
send_from_directory(app.root_path + '/blog/output/theme/static/', filename)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment