Skip to content

Instantly share code, notes, and snippets.

@orkenstein
Created August 22, 2022 12:47
Show Gist options
  • Save orkenstein/02135b3a514749650413df5088d9baca to your computer and use it in GitHub Desktop.
Save orkenstein/02135b3a514749650413df5088d9baca to your computer and use it in GitHub Desktop.
2022-08-22T12:41:57.224872757Z Traceback (most recent call last):
2022-08-22T12:41:57.225567965Z File "manage.py", line 19, in <module>
2022-08-22T12:41:57.225583007Z main()
2022-08-22T12:41:57.225587924Z File "manage.py", line 15, in main
2022-08-22T12:41:57.225589840Z execute_from_command_line(sys.argv)
2022-08-22T12:41:57.225591549Z File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
2022-08-22T12:41:57.226382007Z utility.execute()
2022-08-22T12:41:57.226401632Z File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 395, in execute
2022-08-22T12:41:57.227380049Z django.setup()
2022-08-22T12:41:57.227390090Z File "/usr/local/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
2022-08-22T12:41:57.227654590Z apps.populate(settings.INSTALLED_APPS)
2022-08-22T12:41:57.227660840Z File "/usr/local/lib/python3.8/site-packages/django/apps/registry.py", line 114, in populate
2022-08-22T12:41:57.227968299Z app_config.import_models()
2022-08-22T12:41:57.227973507Z File "/usr/local/lib/python3.8/site-packages/django/apps/config.py", line 301, in import_models
2022-08-22T12:41:57.228575799Z self.models_module = import_module(models_module_name)
2022-08-22T12:41:57.228582007Z File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
2022-08-22T12:41:57.228912299Z return _bootstrap._gcd_import(name[level:], package, level)
2022-08-22T12:41:57.228917549Z File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
2022-08-22T12:41:57.230149757Z File "<frozen importlib._bootstrap>", line 991, in _find_and_load
2022-08-22T12:41:57.230400424Z File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
2022-08-22T12:41:57.230639007Z File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
2022-08-22T12:41:57.230870007Z File "<frozen importlib._bootstrap_external>", line 843, in exec_module
2022-08-22T12:41:57.231378340Z File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2022-08-22T12:41:57.231631257Z File "/usr/local/lib/python3.8/site-packages/graphql_auth/models.py", line 23, in <module>
2022-08-22T12:41:57.231957215Z UserModel = get_user_model()
2022-08-22T12:41:57.231962965Z File "/usr/local/lib/python3.8/site-packages/django/contrib/auth/__init__.py", line 160, in get_user_model
2022-08-22T12:41:57.232370840Z return django_apps.get_model(settings.AUTH_USER_MODEL, require_ready=False)
2022-08-22T12:41:57.232376757Z File "/usr/local/lib/python3.8/site-packages/django/apps/registry.py", line 209, in get_model
2022-08-22T12:41:57.232823299Z app_config.import_models()
2022-08-22T12:41:57.232830465Z File "/usr/local/lib/python3.8/site-packages/django/apps/config.py", line 301, in import_models
2022-08-22T12:41:57.233483965Z self.models_module = import_module(models_module_name)
2022-08-22T12:41:57.233491965Z File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
2022-08-22T12:41:57.233830549Z return _bootstrap._gcd_import(name[level:], package, level)
2022-08-22T12:41:57.233835882Z File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
2022-08-22T12:41:57.234113507Z File "<frozen importlib._bootstrap>", line 991, in _find_and_load
2022-08-22T12:41:57.234322507Z File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
2022-08-22T12:41:57.234625882Z File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
2022-08-22T12:41:57.234821965Z File "<frozen importlib._bootstrap_external>", line 843, in exec_module
2022-08-22T12:41:57.235026549Z File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2022-08-22T12:41:57.235322757Z File "/web/user/models.py", line 5, in <module>
2022-08-22T12:41:57.235577299Z from cuser.models import AbstractCUser
2022-08-22T12:41:57.235975465Z ImportError: cannot import name 'AbstractCUser' from 'cuser.models' (/usr/local/lib/python3.8/site-packages/cuser/models.py)
2022-08-22T12:42:06.036554636Z Traceback (most recent call last):
2022-08-22T12:42:06.036757220Z File "manage.py", line 19, in <module>
2022-08-22T12:42:06.037876053Z main()
2022-08-22T12:42:06.038127678Z File "manage.py", line 15, in main
2022-08-22T12:42:06.038471803Z execute_from_command_line(sys.argv)
2022-08-22T12:42:06.038481803Z File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
2022-08-22T12:42:06.039292178Z utility.execute()
2022-08-22T12:42:06.039299303Z File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 395, in execute
2022-08-22T12:42:06.040056511Z django.setup()
2022-08-22T12:42:06.040062553Z File "/usr/local/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
2022-08-22T12:42:06.040245178Z apps.populate(settings.INSTALLED_APPS)
2022-08-22T12:42:06.040253636Z File "/usr/local/lib/python3.8/site-packages/django/apps/registry.py", line 114, in populate
2022-08-22T12:42:06.040755053Z app_config.import_models()
2022-08-22T12:42:06.040760678Z File "/usr/local/lib/python3.8/site-packages/django/apps/config.py", line 301, in import_models
2022-08-22T12:42:06.041417720Z self.models_module = import_module(models_module_name)
2022-08-22T12:42:06.041423428Z File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
2022-08-22T12:42:06.041699303Z return _bootstrap._gcd_import(name[level:], package, level)
2022-08-22T12:42:06.041706511Z File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
2022-08-22T12:42:06.042410553Z File "<frozen importlib._bootstrap>", line 991, in _find_and_load
2022-08-22T12:42:06.042641845Z File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
2022-08-22T12:42:06.042807178Z File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
2022-08-22T12:42:06.043027803Z File "<frozen importlib._bootstrap_external>", line 843, in exec_module
2022-08-22T12:42:06.043457345Z File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2022-08-22T12:42:06.043712136Z File "/usr/local/lib/python3.8/site-packages/graphql_auth/models.py", line 23, in <module>
2022-08-22T12:42:06.043983720Z UserModel = get_user_model()
2022-08-22T12:42:06.043989178Z File "/usr/local/lib/python3.8/site-packages/django/contrib/auth/__init__.py", line 160, in get_user_model
2022-08-22T12:42:06.044449720Z return django_apps.get_model(settings.AUTH_USER_MODEL, require_ready=False)
2022-08-22T12:42:06.044456470Z File "/usr/local/lib/python3.8/site-packages/django/apps/registry.py", line 209, in get_model
2022-08-22T12:42:06.044960011Z app_config.import_models()
2022-08-22T12:42:06.044967095Z File "/usr/local/lib/python3.8/site-packages/django/apps/config.py", line 301, in import_models
2022-08-22T12:42:06.045708970Z self.models_module = import_module(models_module_name)
2022-08-22T12:42:06.045715803Z File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
2022-08-22T12:42:06.046102845Z return _bootstrap._gcd_import(name[level:], package, level)
2022-08-22T12:42:06.046109720Z File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
2022-08-22T12:42:06.046397886Z File "<frozen importlib._bootstrap>", line 991, in _find_and_load
2022-08-22T12:42:06.046617178Z File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
2022-08-22T12:42:06.046868053Z File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
2022-08-22T12:42:06.047123970Z File "<frozen importlib._bootstrap_external>", line 843, in exec_module
2022-08-22T12:42:06.047397303Z File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2022-08-22T12:42:06.047570928Z File "/web/user/models.py", line 5, in <module>
2022-08-22T12:42:06.047782345Z from cuser.models import AbstractCUser
2022-08-22T12:42:06.048065845Z ImportError: cannot import name 'AbstractCUser' from 'cuser.models' (/usr/local/lib/python3.8/site-packages/cuser/models.py)
2022-08-22T12:42:13.943887376Z Traceback (most recent call last):
2022-08-22T12:42:13.944313209Z File "manage.py", line 19, in <module>
2022-08-22T12:42:13.945722209Z main()
2022-08-22T12:42:13.945764001Z File "manage.py", line 15, in main
2022-08-22T12:42:13.946388459Z execute_from_command_line(sys.argv)
2022-08-22T12:42:13.946399376Z File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
2022-08-22T12:42:13.947323001Z utility.execute()
2022-08-22T12:42:13.947344209Z File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 395, in execute
2022-08-22T12:42:13.948459417Z django.setup()
2022-08-22T12:42:13.948474126Z File "/usr/local/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
2022-08-22T12:42:13.948949084Z apps.populate(settings.INSTALLED_APPS)
2022-08-22T12:42:13.948978251Z File "/usr/local/lib/python3.8/site-packages/django/apps/registry.py", line 114, in populate
2022-08-22T12:42:13.949382501Z app_config.import_models()
2022-08-22T12:42:13.949433376Z File "/usr/local/lib/python3.8/site-packages/django/apps/config.py", line 301, in import_models
2022-08-22T12:42:13.950492959Z self.models_module = import_module(models_module_name)
2022-08-22T12:42:13.950528584Z File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
2022-08-22T12:42:13.950864917Z return _bootstrap._gcd_import(name[level:], package, level)
2022-08-22T12:42:13.950874667Z File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
2022-08-22T12:42:13.951779542Z File "<frozen importlib._bootstrap>", line 991, in _find_and_load
2022-08-22T12:42:13.952014084Z File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
2022-08-22T12:42:13.952433626Z File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
2022-08-22T12:42:13.952881626Z File "<frozen importlib._bootstrap_external>", line 843, in exec_module
2022-08-22T12:42:13.953716917Z File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2022-08-22T12:42:13.954078292Z File "/usr/local/lib/python3.8/site-packages/graphql_auth/models.py", line 23, in <module>
2022-08-22T12:42:13.954961501Z UserModel = get_user_model()
2022-08-22T12:42:13.955025834Z File "/usr/local/lib/python3.8/site-packages/django/contrib/auth/__init__.py", line 160, in get_user_model
2022-08-22T12:42:13.955425834Z return django_apps.get_model(settings.AUTH_USER_MODEL, require_ready=False)
2022-08-22T12:42:13.955446876Z File "/usr/local/lib/python3.8/site-packages/django/apps/registry.py", line 209, in get_model
2022-08-22T12:42:13.956831917Z app_config.import_models()
2022-08-22T12:42:13.956842459Z File "/usr/local/lib/python3.8/site-packages/django/apps/config.py", line 301, in import_models
2022-08-22T12:42:13.957406584Z self.models_module = import_module(models_module_name)
2022-08-22T12:42:13.957412792Z File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
2022-08-22T12:42:13.957731417Z return _bootstrap._gcd_import(name[level:], package, level)
2022-08-22T12:42:13.957762126Z File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
2022-08-22T12:42:13.959102501Z File "<frozen importlib._bootstrap>", line 991, in _find_and_load
2022-08-22T12:42:13.959121959Z File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
2022-08-22T12:42:13.959124126Z File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
2022-08-22T12:42:13.959490917Z File "<frozen importlib._bootstrap_external>", line 843, in exec_module
2022-08-22T12:42:13.959694959Z File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2022-08-22T12:42:13.960034667Z File "/web/user/models.py", line 5, in <module>
2022-08-22T12:42:13.960042084Z from cuser.models import AbstractCUser
2022-08-22T12:42:13.960677709Z ImportError: cannot import name 'AbstractCUser' from 'cuser.models' (/usr/local/lib/python3.8/site-packages/cuser/models.py)
2022-08-22T12:42:34.325446052Z Watching for file changes with StatReloader
2022-08-22T12:42:34.356952760Z Exception in thread django-main-thread:
2022-08-22T12:42:34.357525802Z Traceback (most recent call last):
2022-08-22T12:42:34.357597219Z File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
2022-08-22T12:42:34.361009385Z self.run()
2022-08-22T12:42:34.361052802Z File "/usr/local/lib/python3.8/site-packages/sentry_sdk/integrations/threading.py", line 69, in run
2022-08-22T12:42:34.361997552Z reraise(*_capture_exception())
2022-08-22T12:42:34.362027427Z File "/usr/local/lib/python3.8/site-packages/sentry_sdk/_compat.py", line 54, in reraise
2022-08-22T12:42:34.362548510Z raise value
2022-08-22T12:42:34.362568719Z File "/usr/local/lib/python3.8/site-packages/sentry_sdk/integrations/threading.py", line 67, in run
2022-08-22T12:42:34.362819219Z return old_run_func(self, *a, **kw)
2022-08-22T12:42:34.362893719Z File "/usr/local/lib/python3.8/threading.py", line 870, in run
2022-08-22T12:42:34.364507552Z self._target(*self._args, **self._kwargs)
2022-08-22T12:42:34.364522594Z File "/usr/local/lib/python3.8/site-packages/django/utils/autoreload.py", line 64, in wrapper
2022-08-22T12:42:34.365049344Z fn(*args, **kwargs)
2022-08-22T12:42:34.365068552Z File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/runserver.py", line 110, in inner_run
2022-08-22T12:42:34.365305802Z autoreload.raise_last_exception()
2022-08-22T12:42:34.365330552Z File "/usr/local/lib/python3.8/site-packages/django/utils/autoreload.py", line 87, in raise_last_exception
2022-08-22T12:42:34.373000135Z raise _exception[1]
2022-08-22T12:42:34.373036052Z File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 375, in execute
2022-08-22T12:42:34.373828885Z autoreload.check_errors(django.setup)()
2022-08-22T12:42:34.373835594Z File "/usr/local/lib/python3.8/site-packages/django/utils/autoreload.py", line 64, in wrapper
2022-08-22T12:42:34.373841594Z fn(*args, **kwargs)
2022-08-22T12:42:34.373844135Z File "/usr/local/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
2022-08-22T12:42:34.373846177Z apps.populate(settings.INSTALLED_APPS)
2022-08-22T12:42:34.373850802Z File "/usr/local/lib/python3.8/site-packages/django/apps/registry.py", line 114, in populate
2022-08-22T12:42:34.373854219Z app_config.import_models()
2022-08-22T12:42:34.373857427Z File "/usr/local/lib/python3.8/site-packages/django/apps/config.py", line 301, in import_models
2022-08-22T12:42:34.373862094Z self.models_module = import_module(models_module_name)
2022-08-22T12:42:34.373865469Z File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
2022-08-22T12:42:34.373867844Z return _bootstrap._gcd_import(name[level:], package, level)
2022-08-22T12:42:34.373869802Z File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
2022-08-22T12:42:34.373881427Z File "<frozen importlib._bootstrap>", line 991, in _find_and_load
2022-08-22T12:42:34.373887177Z File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
2022-08-22T12:42:34.373889552Z File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
2022-08-22T12:42:34.373894135Z File "<frozen importlib._bootstrap_external>", line 843, in exec_module
2022-08-22T12:42:34.373897344Z File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2022-08-22T12:42:34.373899302Z File "/usr/local/lib/python3.8/site-packages/graphql_auth/models.py", line 23, in <module>
2022-08-22T12:42:34.373901885Z UserModel = get_user_model()
2022-08-22T12:42:34.373903677Z File "/usr/local/lib/python3.8/site-packages/django/contrib/auth/__init__.py", line 160, in get_user_model
2022-08-22T12:42:34.373908760Z return django_apps.get_model(settings.AUTH_USER_MODEL, require_ready=False)
2022-08-22T12:42:34.373911260Z File "/usr/local/lib/python3.8/site-packages/django/apps/registry.py", line 209, in get_model
2022-08-22T12:42:34.375967885Z app_config.import_models()
2022-08-22T12:42:34.375984260Z File "/usr/local/lib/python3.8/site-packages/django/apps/config.py", line 301, in import_models
2022-08-22T12:42:34.375993302Z self.models_module = import_module(models_module_name)
2022-08-22T12:42:34.375996094Z File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
2022-08-22T12:42:34.375998427Z return _bootstrap._gcd_import(name[level:], package, level)
2022-08-22T12:42:34.376000344Z File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
2022-08-22T12:42:34.376009552Z File "<frozen importlib._bootstrap>", line 991, in _find_and_load
2022-08-22T12:42:34.376018260Z File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
2022-08-22T12:42:34.376129844Z File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
2022-08-22T12:42:34.377970344Z File "<frozen importlib._bootstrap_external>", line 843, in exec_module
2022-08-22T12:42:34.378013135Z File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2022-08-22T12:42:34.378018927Z File "/web/user/models.py", line 5, in <module>
2022-08-22T12:42:34.378556469Z from cuser.models import AbstractCUser
2022-08-22T12:42:34.378719927Z ImportError: cannot import name 'AbstractCUser' from 'cuser.models' (/usr/local/lib/python3.8/site-packages/cuser/models.py)
2022-08-22T12:42:35.618096719Z Traceback (most recent call last):
2022-08-22T12:42:35.618538678Z File "/usr/local/bin/celery", line 8, in <module>
2022-08-22T12:42:35.622678928Z sys.exit(main())
2022-08-22T12:42:35.623052886Z File "/usr/local/lib/python3.8/site-packages/celery/__main__.py", line 16, in main
2022-08-22T12:42:35.624619969Z _main()
2022-08-22T12:42:35.624695469Z File "/usr/local/lib/python3.8/site-packages/celery/bin/celery.py", line 322, in main
2022-08-22T12:42:35.626299344Z cmd.execute_from_commandline(argv)
2022-08-22T12:42:35.626553428Z File "/usr/local/lib/python3.8/site-packages/celery/bin/celery.py", line 495, in execute_from_commandline
2022-08-22T12:42:35.628041553Z super(CeleryCommand, self).execute_from_commandline(argv)))
2022-08-22T12:42:35.628121844Z File "/usr/local/lib/python3.8/site-packages/celery/bin/base.py", line 305, in execute_from_commandline
2022-08-22T12:42:35.629001553Z return self.handle_argv(self.prog_name, argv[1:])
2022-08-22T12:42:35.629035844Z File "/usr/local/lib/python3.8/site-packages/celery/bin/celery.py", line 487, in handle_argv
2022-08-22T12:42:35.630555761Z return self.execute(command, argv)
2022-08-22T12:42:35.630960011Z File "/usr/local/lib/python3.8/site-packages/celery/bin/celery.py", line 415, in execute
2022-08-22T12:42:35.631895386Z return cls(
2022-08-22T12:42:35.631918386Z File "/usr/local/lib/python3.8/site-packages/celery/bin/worker.py", line 223, in run_from_argv
2022-08-22T12:42:35.632745594Z return self(*args, **options)
2022-08-22T12:42:35.632762303Z File "/usr/local/lib/python3.8/site-packages/celery/bin/base.py", line 253, in __call__
2022-08-22T12:42:35.633344678Z ret = self.run(*args, **kwargs)
2022-08-22T12:42:35.633386469Z File "/usr/local/lib/python3.8/site-packages/celery/bin/worker.py", line 253, in run
2022-08-22T12:42:35.634278511Z worker = self.app.Worker(
2022-08-22T12:42:35.634321386Z File "/usr/local/lib/python3.8/site-packages/celery/worker/worker.py", line 99, in __init__
2022-08-22T12:42:35.634739219Z self.app.loader.init_worker()
2022-08-22T12:42:35.634761761Z File "/usr/local/lib/python3.8/site-packages/celery/loaders/base.py", line 114, in init_worker
2022-08-22T12:42:35.635292469Z self.import_default_modules()
2022-08-22T12:42:35.635371303Z File "/usr/local/lib/python3.8/site-packages/celery/loaders/base.py", line 108, in import_default_modules
2022-08-22T12:42:35.635738344Z raise response
2022-08-22T12:42:35.635774761Z File "/usr/local/lib/python3.8/site-packages/celery/utils/dispatch/signal.py", line 288, in send
2022-08-22T12:42:35.636691511Z response = receiver(signal=self, sender=sender, **named)
2022-08-22T12:42:35.636709803Z File "/usr/local/lib/python3.8/site-packages/celery/fixups/django.py", line 84, in on_import_modules
2022-08-22T12:42:35.637276636Z self.worker_fixup.validate_models()
2022-08-22T12:42:35.637376094Z File "/usr/local/lib/python3.8/site-packages/celery/fixups/django.py", line 122, in validate_models
2022-08-22T12:42:35.637960219Z self.django_setup()
2022-08-22T12:42:35.638000969Z File "/usr/local/lib/python3.8/site-packages/celery/fixups/django.py", line 118, in django_setup
2022-08-22T12:42:35.638602761Z django.setup()
2022-08-22T12:42:35.638619344Z File "/usr/local/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
2022-08-22T12:42:35.639114344Z apps.populate(settings.INSTALLED_APPS)
2022-08-22T12:42:35.639223678Z File "/usr/local/lib/python3.8/site-packages/django/apps/registry.py", line 114, in populate
2022-08-22T12:42:35.639531053Z app_config.import_models()
2022-08-22T12:42:35.639543511Z File "/usr/local/lib/python3.8/site-packages/django/apps/config.py", line 301, in import_models
2022-08-22T12:42:35.640474344Z self.models_module = import_module(models_module_name)
2022-08-22T12:42:35.640538761Z File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
2022-08-22T12:42:35.640899511Z return _bootstrap._gcd_import(name[level:], package, level)
2022-08-22T12:42:35.640920886Z File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
2022-08-22T12:42:35.642104803Z File "<frozen importlib._bootstrap>", line 991, in _find_and_load
2022-08-22T12:42:35.642603469Z File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
2022-08-22T12:42:35.642855178Z File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
2022-08-22T12:42:35.643100178Z File "<frozen importlib._bootstrap_external>", line 843, in exec_module
2022-08-22T12:42:35.646304261Z File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2022-08-22T12:42:35.646353511Z File "/usr/local/lib/python3.8/site-packages/graphql_auth/models.py", line 23, in <module>
2022-08-22T12:42:35.646356136Z UserModel = get_user_model()
2022-08-22T12:42:35.646509178Z File "/usr/local/lib/python3.8/site-packages/django/contrib/auth/__init__.py", line 160, in get_user_model
2022-08-22T12:42:35.647238094Z return django_apps.get_model(settings.AUTH_USER_MODEL, require_ready=False)
2022-08-22T12:42:35.647290844Z File "/usr/local/lib/python3.8/site-packages/django/apps/registry.py", line 209, in get_model
2022-08-22T12:42:35.648135678Z app_config.import_models()
2022-08-22T12:42:35.648220303Z File "/usr/local/lib/python3.8/site-packages/django/apps/config.py", line 301, in import_models
2022-08-22T12:42:35.649225803Z self.models_module = import_module(models_module_name)
2022-08-22T12:42:35.649252928Z File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
2022-08-22T12:42:35.649755594Z return _bootstrap._gcd_import(name[level:], package, level)
2022-08-22T12:42:35.649773844Z File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
2022-08-22T12:42:35.650228303Z File "<frozen importlib._bootstrap>", line 991, in _find_and_load
2022-08-22T12:42:35.650760761Z File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
2022-08-22T12:42:35.650780303Z File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
2022-08-22T12:42:35.651069886Z File "<frozen importlib._bootstrap_external>", line 843, in exec_module
2022-08-22T12:42:35.651474219Z File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
2022-08-22T12:42:35.651806636Z File "/web/user/models.py", line 5, in <module>
2022-08-22T12:42:35.652491344Z from cuser.models import AbstractCUser
2022-08-22T12:42:35.652877678Z ImportError: cannot import name 'AbstractCUser' from 'cuser.models' (/usr/local/lib/python3.8/site-packages/cuser/models.py)
2022-08-22T12:42:44.523566459Z % Total % Received % Xferd Average Speed Time Time Time Current
2022-08-22T12:42:44.523742501Z Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: graphql-engine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment