mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #391] wrong login.html #294
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#294
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThomasWaldmann on GitHub (Nov 4, 2018).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/391
the site login currently does not work, because it renders
login.htmlfrom theregistrationpackage, not fromnsupdate.loginas it should be. this also crashes with 500 because that uses some view name we do not have.@ThomasWaldmann commented on GitHub (Nov 5, 2018):
gna. although i had in fact identified the issue correctly, this took longer than needed and i wondered a lot why i could not get it working.
i had assumed that the prod site runs in "editable" mode (
pip install -e .), but it didn't.so i did not edit the code that was running the site, which perfectly explains why all my tries were futile.
so, the fix is #392.