mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #150] Error with database, Still no login. #104
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#104
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 @ssbaksa on GitHub (Jun 1, 2018).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/150
After changing:
You have to change in settings.py to:
AUTHENTICATION_BACKENDS = (
'django.contrib.auth.backends.ModelBackend',
#'accounts.backends.MyRemoteUserBackend',
)
I can login only if I use old database so I decided to reinstall it from beginning (delete all and start with new pull). With new installation there is an error which say:
@honza801 commented on GitHub (Jun 15, 2018):
hi,
have you initialized db and application correctly?
fous
@ssbaksa commented on GitHub (Jun 15, 2018):
I have more than 10 working installation of WebvirtCloud (older version)
and there was no problem with installation or initialisation so this is
much bigger issue than the one with improper initialisation of admin
account.
On Fri, 15 Jun 2018, 14:36 Jan Krcmar, notifications@github.com wrote: