[GH-ISSUE #391] wrong login.html #294

Closed
opened 2026-02-26 10:30:37 +03:00 by kerem · 1 comment
Owner

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.html from the registration package, not from nsupdate.login as it should be. this also crashes with 500 because that uses some view name we do not have.

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.html` from the `registration` package, not from `nsupdate.login` as it should be. this also crashes with 500 because that uses some view name we do not have.
kerem closed this issue 2026-02-26 10:30:37 +03:00
Author
Owner

@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.

<!-- gh-comment-id:435727513 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#294
No description provided.