From 3552bd35b107f0c9d65c1c44c9341a5885490d40 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Fri, 19 Jun 2015 19:00:00 -0400 Subject: [PATCH] Alias `website` as `application` Per https://github.com/gratipay/aspen-python/issues/441#issuecomment-113599647 --- aspen/wsgi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aspen/wsgi.py b/aspen/wsgi.py index dc37ec4de..da5a51baf 100644 --- a/aspen/wsgi.py +++ b/aspen/wsgi.py @@ -18,3 +18,4 @@ from aspen.website import Website website = Website([]) +application = website # many servers look for this name