mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #246] login to webvirtmgr issue #195
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 @Hemo1234 on GitHub (Feb 25, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/246
Django Version: 1.6.2
Python Version: 2.7.3
Installed Applications:
('django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
'django.contrib.staticfiles',
'servers',
'instance',
'create',
'gunicorn')
Installed Middleware:
('django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware')
Traceback:
File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response
Exception Type: OperationalError at /login/
Exception Value: unable to open database file
@Hemo1234 commented on GitHub (Feb 25, 2014):
I change in file settings.py:
DEBUG = False to DEBUG = True
and this is what i have seen, but dont know to to fix it, please any help?
Thanks
@retspen commented on GitHub (Feb 25, 2014):
Did you read this instruction: https://github.com/retspen/webvirtmgr/wiki/Install-WebVirtMgr ?