(env)vagrant@packer-debian-7:~$ tail src/logs/socketio.out.log -n 100 File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 1271, in names_to_path field, model, direct, m2m = opts.get_field_by_name(name) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/options.py", line 373, in get_field_by_name cache = self.init_name_map() File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/options.py", line 402, in init_name_map for f, model in self.get_all_related_m2m_objects_with_model(): File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/options.py", line 518, in get_all_related_m2m_objects_with_model cache = self._fill_related_many_to_many_cache() File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/options.py", line 532, in _fill_related_many_to_many_cache for klass in get_models(only_installed=False): File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/loading.py", line 232, in get_models self._populate() File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/loading.py", line 78, in _populate self.load_app(app_name) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/loading.py", line 99, in load_app models = import_module('%s.models' % app_name) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module __import__(name) File "/vagrant/src/apps/dictionary/models.py", line 2, in from apps.dictionary.documents.library import Library File "/vagrant/src/apps/dictionary/documents/__init__.py", line 1, in from .dictionary_tag_salesforce import DictionaryTagSalesForce File "/vagrant/src/apps/dictionary/documents/dictionary_tag_salesforce.py", line 4, in from apps.framework.documents.tags.types import DictionaryTag File "/vagrant/src/apps/framework/documents/tags/types.py", line 8, in from apps.framework.documents.sections import Section ImportError: cannot import name Section DEBUG 2015-10-05 10:30:21,826 base 6488 140091309901568 Configuring Raven for host: http://1a9c89a162a242dfbb55a792dee901be:25862add9cb744068bcff2e167ad5c2c@192.168.192.168:9000:/3 Traceback (most recent call last): File "/home/vagrant/src/manage.py", line 38, in execute_from_command_line(sys.argv) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line utility.execute() File "/home/vagrant/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 272, in fetch_command klass = load_command_class(app_name, subcommand) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 75, in load_command_class module = import_module('%s.management.commands.%s' % (app_name, name)) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module __import__(name) File "/vagrant/src/apps/websockets/management/commands/runserver_socketio.py", line 19, in from apps.websockets.sockets import LocksNamespace File "/vagrant/src/apps/websockets/sockets.py", line 22, in from apps.agreement.negotiation.contract import ContractNegotiation File "/vagrant/src/apps/agreement/negotiation/__init__.py", line 7, in from apps.agreement.controller import AgreementController File "/vagrant/src/apps/agreement/controller/__init__.py", line 1, in from .agreement import AgreementController File "/vagrant/src/apps/agreement/controller/agreement.py", line 8, in from apps.framework.controller.users import ContractUsersController File "/vagrant/src/apps/framework/controller/__init__.py", line 10, in from .contract import ContractController File "/vagrant/src/apps/framework/controller/contract.py", line 14, in from apps.rule.controller.structure import StructureController as RuleStructureController File "/vagrant/src/apps/rule/controller/__init__.py", line 5, in from apps.framework.documents.sections import Section File "/vagrant/src/apps/framework/documents/sections.py", line 21, in class Section(ContractItem): File "/vagrant/src/apps/framework/documents/sections.py", line 61, in Section choices=get_category_choices()) File "/vagrant/src/apps/framework/documents/sections.py", line 19, in get_category_choices return list(SectionCategory.objects.all().values_list('sid', 'name').order_by('sid')) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/query.py", line 538, in values_list _fields=fields) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/query.py", line 852, in _clone c._setup_query() File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/query.py", line 995, in _setup_query self.query.add_fields(self.field_names, True) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 1540, in add_fields allow_explicit_fk=True, outer_if_first=True) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 1363, in setup_joins names, opts, allow_many, allow_explicit_fk) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/sql/query.py", line 1271, in names_to_path field, model, direct, m2m = opts.get_field_by_name(name) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/options.py", line 373, in get_field_by_name cache = self.init_name_map() File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/options.py", line 402, in init_name_map for f, model in self.get_all_related_m2m_objects_with_model(): File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/options.py", line 518, in get_all_related_m2m_objects_with_model cache = self._fill_related_many_to_many_cache() File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/options.py", line 532, in _fill_related_many_to_many_cache for klass in get_models(only_installed=False): File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/loading.py", line 232, in get_models self._populate() File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/loading.py", line 78, in _populate self.load_app(app_name) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/db/models/loading.py", line 99, in load_app models = import_module('%s.models' % app_name) File "/home/vagrant/env/local/lib/python2.7/site-packages/django/utils/importlib.py", line 40, in import_module __import__(name) File "/vagrant/src/apps/dictionary/models.py", line 2, in from apps.dictionary.documents.library import Library File "/vagrant/src/apps/dictionary/documents/__init__.py", line 1, in from .dictionary_tag_salesforce import DictionaryTagSalesForce File "/vagrant/src/apps/dictionary/documents/dictionary_tag_salesforce.py", line 4, in from apps.framework.documents.tags.types import DictionaryTag File "/vagrant/src/apps/framework/documents/tags/types.py", line 8, in from apps.framework.documents.sections import Section ImportError: cannot import name Section