Skip to content

Instantly share code, notes, and snippets.

@lcoenen
Created January 22, 2020 14:04
Show Gist options
  • Save lcoenen/3322424b82d9472bac598d92fb8dc84d to your computer and use it in GitHub Desktop.
Save lcoenen/3322424b82d9472bac598d92fb8dc84d to your computer and use it in GitHub Desktop.
_20200122_0918')
gitcoin_web_1 exited with code 1
web_1 | Traceback (most recent call last):
web_1 | File "manage.py", line 59, in <module>
web_1 | execute_from_command_line(sys.argv)
web_1 | File "/usr/local/lib/python3.6/dist-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
web_1 | utility.execute()
web_1 | File "/usr/local/lib/python3.6/dist-packages/django/core/management/__init__.py", line 375, in execute
web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
web_1 | File "/usr/local/lib/python3.6/dist-packages/django/core/management/base.py", line 323, in run_from_argv
web_1 | self.execute(*args, **cmd_options)
web_1 | File "/usr/local/lib/python3.6/dist-packages/django/core/management/base.py", line 364, in execute
web_1 | output = self.handle(*args, **options)
web_1 | File "/usr/local/lib/python3.6/dist-packages/django_extensions/management/utils.py", line 62, in inner
web_1 | ret = func(self, *args, **kwargs)
web_1 | File "/usr/local/lib/python3.6/dist-packages/django_extensions/management/commands/runserver_plus.py", line 262, in handle
web_1 | self.inner_run(options)
web_1 | File "/usr/local/lib/python3.6/dist-packages/django_extensions/management/commands/runserver_plus.py", line 305, in inner_run
web_1 | self.check_migrations()
web_1 | File "/usr/local/lib/python3.6/dist-packages/django/core/management/base.py", line 453, in check_migrations
web_1 | executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
web_1 | File "/usr/local/lib/python3.6/dist-packages/django/db/migrations/executor.py", line 18, in __init__
web_1 | self.loader = MigrationLoader(self.connection)
web_1 | File "/usr/local/lib/python3.6/dist-packages/django/db/migrations/loader.py", line 49, in __init__
web_1 | self.build_graph()
web_1 | File "/usr/local/lib/python3.6/dist-packages/django/db/migrations/loader.py", line 274, in build_graph
web_1 | raise exc
web_1 | File "/usr/local/lib/python3.6/dist-packages/django/db/migrations/loader.py", line 248, in build_graph
web_1 | self.graph.validate_consistency()
web_1 | File "/usr/local/lib/python3.6/dist-packages/django/db/migrations/graph.py", line 195, in validate_consistency
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/dist-packages/django/db/migrations/graph.py", line 195, in <listcomp>
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/dist-packages/django/db/migrations/graph.py", line 58, in raise_error
web_1 | raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
web_1 | django.db.migrations.exceptions.NodeNotFoundError: Migration mentor.0004_mentoringavailable dependencies reference nonexistent parent node ('dashboard', '0080_auto_20200122_0918')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment