So I have successfully deployed an app using webapp2/jinja2 and a Paste server, but am having trouble serving static stylesheets.
I have had luck accessing static fi
self.response.headers.add_header('Content-Type', mimetypes.guess_type(abs_path)[0]) self.response.headers['Content-Type'] = mimetypes.guess_type(abs_path)[0]