mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #366] Main Site does throw a error after upgarding to latest version #233
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#233
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 @h3o66 on GitHub (Oct 11, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/366
In this case i got the following error from the main site:
System Details:
Debian 10
Python 3.7 from the debian repos
I Hope this helps in any way.
I guess i get this error, because no user was logged in and cannot be checked.
Also there was no redirect to the login site.
@h3o66 commented on GitHub (Oct 11, 2020):
I get this as well after the login to
/accounts/login/with a problem fo the session:@catborise commented on GitHub (Oct 12, 2020):
hi @h3o66 i check it but there is not an error like you specified. have you install requirements "pip3 install -r conf/requirements.txt", and migrate "python3 manage.py migrate"
update settings.py file with new one
@h3o66 commented on GitHub (Oct 12, 2020):
I am sorry.
Probably due a long not done upgrade i messed up my config.
I copied over the template and migated the SECRET_KEY to the new config.
Solved with this, thanks anyway.