mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[GH-ISSUE #45] Create VM "Error 500" #36
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 @ugurengin on GitHub (Mar 22, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/45
Hello,
When i try to create a vm machine on webvirtmanger,i am getting error message below.
Error 500
any idea ?
@retspen commented on GitHub (Mar 22, 2013):
Change in file settings.py line:
DEBUG = False to DEBUG = True
What show?
@ugurengin commented on GitHub (Mar 22, 2013):
err:
Django Version: 1.3.4
Exception Type: DatabaseError
Exception Value:
no such table: virtmgr_flavor
Exception Location: /usr/lib/python2.6/site-packages/django/db/backends/sqlite3/base.py in execute, line 234
Python Executable: /usr/bin/python
Python Version: 2.6.6
Python Path:
['/var/www',
'/usr/lib64/python26.zip',
'/usr/lib64/python2.6',
'/usr/lib64/python2.6/plat-linux2',
'/usr/lib64/python2.6/lib-tk',
'/usr/lib64/python2.6/lib-old',
'/usr/lib64/python2.6/lib-dynload',
'/usr/lib64/python2.6/site-packages',
'/usr/lib64/python2.6/site-packages/gtk-2.0',
'/usr/lib/python2.6/site-packages',
'/var/www/webvirtmgr']
may bey sync db command solve this case.What do you say about that ?
@retspen commented on GitHub (Mar 22, 2013):
Yes, need create table.
$ ./manage.py syncdb
@ugurengin commented on GitHub (Mar 22, 2013):
Thanks.
Problem is solved.