-
Notifications
You must be signed in to change notification settings - Fork 38
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
http://aspen.io/ gives internal error messages #513
Comments
Traced to #297 |
@whit537 how often is OTP (one time python) vs PPP (per page python) optimization is needed? It is the first time I hear about the difference. Does it worth to maintain a third section with that? If optimization is needed, the OTP can be achieved with some I liked that simplates could be plain HTML files. That simplifies transition from pure web apps and back. |
|
|
No. We're still pre-1.0. See #357 for the definition of 1.0. |
The fix for this ticket is simple grunt work: we need to add another section separator ( |
Obligatory sections make simplates less attractive. Is there short explanation why it is not suitable anymore? |
There's ambiguity if there's only two sections and no template header specified. We can DWIM if there's a template header (content type and/or renderer) specified, and we should do that - I'll work on a patch for that now, but if we're handed two sections with no template headers, it's unclear if the second page is meant to be python or a template using the default renderer and content type. |
Fixed with #517 |
Confirmed fixed: http://aspen.io/api/website/. !m @pjz |
Pretty much every page after the main one is failing.
For example, http://aspen.io/api/website/
The text was updated successfully, but these errors were encountered: