webapp2_static

Simple handler to Serve static files on non Google App Engine (GAE) webapp2 environments
Download

webapp2_static Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Robert Spychala
  • Publisher web site:
  • http://github.com/robspychala/

webapp2_static Tags


webapp2_static Description

webapp2_static is a simple handler to Serve static files on non Google App Engine (GAE) webapp2 environments.```pythonimport webapp2_staticapp = webapp2.WSGIApplication(, config = {'webapp2_static.static_file_path': './app/static'})```DefaultsIf the "webapp2_static.static_file_path" configuration option is omitted then the files are assumed to be located under the "./static" directory.InstallationEasiest way to install is from PyPIpip install webapp2_staticand you're done.Product's homepage


webapp2_static Related Software