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

Various improvements #104

Merged
merged 4 commits into from
Jun 7, 2016
Merged

Conversation

honzajavorek
Copy link
Member

See commits for details. The subdomains stuff is untested 😏

@encukou
Copy link
Member

encukou commented Mar 23, 2016

IIRC, for subdomains you need to set SERVER_NAME

@honzajavorek
Copy link
Member Author

Added.

@honzajavorek honzajavorek force-pushed the honzajavorek/various-improvements branch from 9bdeb17 to 881cbea Compare March 23, 2016 22:13
@honzajavorek honzajavorek merged commit 847a2b4 into master Jun 7, 2016
@honzajavorek honzajavorek deleted the honzajavorek/various-improvements branch June 7, 2016 09:25
@@ -25,4 +27,10 @@
app.config.from_object(__name__)


if app.debug:
app.config['SERVER_NAME'] = 'python.cz'
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't it be the other way around? if app.debug then use 0.0.0.0?

Copy link
Member Author

Choose a reason for hiding this comment

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

🤦

@honzajavorek honzajavorek mentioned this pull request Feb 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants