Skip to content

Instantly share code, notes, and snippets.

View ryan-roemer's full-sized avatar

Ryan Roemer ryan-roemer

View GitHub Profile
@ryan-roemer
ryan-roemer / app.yaml
Created January 6, 2012 13:39 — forked from darktable/app.yaml
App.yaml designed for serving an authenticated, static site on Google App Engine (Python). Copy your static html and files into a folder called "static" next to app.yaml. Contains a bunch of mimetype declarations from html5boilerplate's .htaccess. May n
# App configuration for static site with auth.
#
# Originally from: https://gist.github.com/873098
application: you-app-name-here
version: 1
runtime: python
api_version: 1
default_expiration: "30d"
@ryan-roemer
ryan-roemer / gist:1189432
Created September 2, 2011 18:35 — forked from voodootikigod/gist:1155790
PyCodeConf Ticket Give-away
Day job: Senior Engineer, IP Street
Favorite Python project: django/django-nonrel
Favorite Conference: PyCon
Python Experience Level: Advanced