Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alias website as application in wsgi #449

Merged
merged 2 commits into from
Jun 21, 2015
Merged

alias website as application in wsgi #449

merged 2 commits into from
Jun 21, 2015

Conversation

chadwhitacre
Copy link
Contributor

@@ -18,3 +18,4 @@
from aspen.website import Website

website = Website([])
application = website # many servers look for this name
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WSGI servers, because website is a WSGI application

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand your comment. Are you referring to the word "servers" in the comment in this line? What's your predicate?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind. I was just trying to make it easier for people who don't know what a WSGI server is and will think that this can be served by Apache.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better in c12b8ab?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. =)

@techtonik
Copy link
Contributor

I don't have merge privileges on repository, so do not wait for me. Looks good.

pjz added a commit that referenced this pull request Jun 21, 2015
alias `website` as `application` in `wsgi`
@pjz pjz merged commit 8310aa3 into master Jun 21, 2015
@pjz pjz deleted the wsgi-application branch June 21, 2015 16:10
Changaco pushed a commit that referenced this pull request Mar 11, 2016
alias `website` as `application` in `wsgi`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants