-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
variable pa_py_version not substituted at two places #1694
Comments
Fix proposed in #1695. Feel free to leave a review. |
@ekohl The problem is solved for now with the hotfix. But the variable |
Ah, sorry. The issue being closed way done automatically upon merge based on my commit message. I agree that either the variable should be removed or the root cause fixed so that the variable can be used. Reopening thus. |
@das-g I have found the root cause after a deep dive in to honkit. Inside So my recommendation is to not use variable inside code area if it is a I think this issue is resolved without an actual fix since variables in the code areas inside |
Thank you for that research, @nikhiljohn10!
Good idea. I'd say we restructure as a workaround (as it'd really be good to centralize those versions across translations), unless an upstream fix can be expected soon enough (within some few months.) Has the problem already been reported to Honkit? |
Yes. We can restructure it. I'll analyse the current structure and I'll update here with a proposal. I hope we don't need a new issue to discuss that. Btw, The honkit is reported here -> honkit/honkit#211 |
Thank you!
A pull request referring to this issue here will suffice. |
Issue description
https://tutorial.djangogirls.org/en/deploy/#configuring-our-site-on-pythonanywhere
In this link pythonanywhere commands are broken. Honkit did not replaces the
pa_py_version
variables.Suspected cause: Build time error. But passed through tests.
Ref: Here are 2 piece of code which is deployed.
tutorial/en/deploy/index.html
Line 796 in 221695e
tutorial/en/deploy/index.html
Line 800 in 221695e
@das-g @ekohl The pushed code look fine. I am not able to figure out why honkit did not render that variable. Any clue? As for now, can anyone push a hardcoded string "3.8" inside deploy section to replace those variables until we figure this out?
The text was updated successfully, but these errors were encountered: