Traceback (most recent call last):
File "manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "c:\Python27\lib\site-packages\django\core\management__init.py", line 399, in execute_from_command_line
utility.execute()
File "c:\Python27\lib\site-packages\django\core\management__init.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "c:\Python27\lib\site-packages\django\core\management\base.py", line 242, in run_from_argv
self.execute(args, options.dict)
File "c:\Python27\lib\site-packages\django\core\management\base.py", line 284, in execute
self.validate()
File "c:\Python27\lib\site-packages\django\core\management\base.py", line 310, in validate
num_errors = get_validation_errors(s, app)
File "c:\Python27\lib\site-packages\django\core\management\validation.py", line 34, in get_validation_errors
for (app_name, error) in get_app_errors().items():
File "c:\Python27\lib\site-packages\django\db\models\loading.py", line 196, in get_app_errors
self._populate()
File "c:\Python27\lib\site-packages\django\db\models\loading.py", line 75, in _populate
self.load_app(app_name, True)
File "c:\Python27\lib\site-packages\django\db\models\loading.py", line 99, in load_app
models = import_module('%s.models' % app_name)
File "c:\Python27\lib\site-packages\django\utils\importlib.py", line 40, in import_module
import(name)
File "D:_Dariloff.RU\Giftsy\webshop\cart\models.py", line 7, in <module>
from webshop.catalog.models import Product
File "D:_Dariloff.RU\Giftsy\webshop\catalog\models.py", line 146, in <module>
class Product(ProductTree):
File "build\bdist.win-amd64\egg\mptt\models.py", line 244, in new
File "build\bdist.win-amd64\egg\mptt\models.py", line 325, in register
File "c:\Python27\lib\site-packages\django_tagging-0.3.1-py2.7.egg\tagging\fields.py", line 53, in get
return edit_string_for_tags(Tag.objects.usage_for_model(owner))
File "c:\Python27\lib\site-packages\django_tagging-0.3.1-py2.7.egg\tagging\models.py", line 147, in usage_for_model
usage = self.usage_for_queryset(queryset, counts, min_count)
File "c:\Python27\lib\site-packages\django_tagging-0.3.1-py2.7.egg\tagging\models.py", line 181, in usage_for_queryset
return self._get_usage(queryset.model, counts, min_count, extra_joins, extra_criteria, params)
File "c:\Python27\lib\site-packages\django_tagging-0.3.1-py2.7.egg\tagging\models.py", line 106, in _get_usage
'content_type_id': ContentType.objects.get_for_model(model).pk,
File "c:\Python27\lib\site-packages\django\contrib\contenttypes\models.py", line 47, in get_for_model
defaults = {'name': smart_text(opts.verbose_name_raw)},
File "c:\Python27\lib\site-packages\django\db\models\manager.py", line 154, in get_or_create
return self.get_queryset().get_or_create(kwargs)
File "c:\Python27\lib\site-packages\django\db\models\query.py", line 373, in get_or_create
return self.get(*lookup), False
File "c:\Python27\lib\site-packages\django\db\models\query.py", line 301, in get
num = len(clone)
File "c:\Python27\lib\site-packages\django\db\models\query.py", line 77, in len
self._fetch_all()
File "c:\Python27\lib\site-packages\django\db\models\query.py", line 854, in _fetch_all
self._result_cache = list(self.iterator())
File "c:\Python27\lib\site-packages\django\db\models\query.py", line 220, in iterator
for row in compiler.results_iter():
File "c:\Python27\lib\site-packages\django\db\models\sql\compiler.py", line 710, in results_iter
for rows in self.execute_sql(MULTI):
File "c:\Python27\lib\site-packages\django\db\models\sql\compiler.py", line 781, in execute_sql
cursor.execute(sql, params)
File "c:\Python27\lib\site-packages\django\db\backends\util.py", line 69, in execute
return super(CursorDebugWrapper, self).execute(sql, params)
File "c:\Python27\lib\site-packages\django\db\backends\util.py", line 53, in execute
return self.cursor.execute(sql, params)
File "c:\Python27\lib\site-packages\django\db\utils.py", line 99, in exit
six.reraise(dj_exc_type, dj_exc_value, traceback)
File "c:\Python27\lib\site-packages\django\db\backends\util.py", line 53, in execute
return self.cursor.execute(sql, params)
File "c:\Python27\lib\site-packages\django\db\backends\sqlite3\base.py", line 450, in execute
return Database.Cursor.execute(self, query, params)
django.db.utils.OperationalError: no such table: django_content_type