mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #10] It is not work on debian squeeze or ... ? #9
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 @ghost on GitHub (Dec 27, 2012).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/10
$ ./manage.py syncdb
Traceback (most recent call last):
File "./manage.py", line 14, in
execute_manager(settings)
File "/usr/lib/pymodules/python2.6/django/core/management/init.py", line 438, in execute_manager
utility.execute()
File "/usr/lib/pymodules/python2.6/django/core/management/init.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 191, in run_from_argv
self.execute(_args, *_options.dict)
File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 219, in execute
self.validate()
File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line 249, in validate
num_errors = get_validation_errors(s, app)
File "/usr/lib/pymodules/python2.6/django/core/management/validation.py", line 28, in get_validation_errors
for (app_name, error) in get_app_errors().items():
File "/usr/lib/pymodules/python2.6/django/db/models/loading.py", line 146, in get_app_errors
self._populate()
File "/usr/lib/pymodules/python2.6/django/db/models/loading.py", line 61, in _populate
self.load_app(app_name, True)
File "/usr/lib/pymodules/python2.6/django/db/models/loading.py", line 76, in load_app
app_module = import_module(app_name)
File "/usr/lib/pymodules/python2.6/django/utils/importlib.py", line 35, in import_module
import(name)
ImportError: No module named staticfiles
why?
@retspen commented on GitHub (Dec 27, 2012):
Version Django? Need Django-1.3.0
@ghost commented on GitHub (Dec 27, 2012):
$ python
Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
ok :(
@jumoleam commented on GitHub (Apr 1, 2013):
Having the same problem with 1.5.dev17942
@retspen commented on GitHub (Apr 1, 2013):
https://github.com/retspen/webvirtmgr/issues/41 - not complited