Skip to content

Commit

Permalink
Merge pull request #449 from gratipay/wsgi-application
Browse files Browse the repository at this point in the history
alias `website` as `application` in `wsgi`
  • Loading branch information
pjz committed Jun 21, 2015
2 parents 047a1ed + c12b8ab commit 8310aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aspen/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
from aspen.website import Website

website = Website([])
application = website # a number of WSGI servers look for this name by default

0 comments on commit 8310aa3

Please sign in to comment.