Traceback (most recent call last): File "/home/runner/workspace/manage.py", line 22, in main() File "/home/runner/workspace/manage.py", line 18, in main execute_from_command_line(sys.argv) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/core/management/__init__.py", line 442, in execute_from_command_line utility.execute() File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/core/management/__init__.py", line 436, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/core/management/base.py", line 413, in run_from_argv self.execute(*args, **cmd_options) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/core/management/base.py", line 454, in execute self.check() File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/core/management/base.py", line 486, in check all_issues = checks.run_checks( File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/core/checks/registry.py", line 88, in run_checks new_errors = check(app_configs=app_configs, databases=databases) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/core/checks/urls.py", line 14, in check_url_config return check_resolver(resolver) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/core/checks/urls.py", line 24, in check_resolver return check_method() File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/urls/resolvers.py", line 519, in check for pattern in self.url_patterns: File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/urls/resolvers.py", line 738, in url_patterns patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/urls/resolvers.py", line 731, in urlconf_module return import_module(self.urlconf_name) File "/nix/store/qlb1pg370bb647nj4dhc81y2jszvciz7-python3-3.10.16/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/home/runner/workspace/django_project/urls.py", line 22, in path('accounts/', include('allauth.urls')), # For Google OAuth File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include urlconf_module = import_module(urlconf_module) File "/nix/store/qlb1pg370bb647nj4dhc81y2jszvciz7-python3-3.10.16/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/allauth/urls.py", line 34, in urlpatterns += [path("", include("allauth.account.urls"))] File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/urls/conf.py", line 39, in include urlconf_module = import_module(urlconf_module) File "/nix/store/qlb1pg370bb647nj4dhc81y2jszvciz7-python3-3.10.16/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/allauth/account/urls.py", line 7, in from . import views File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/allauth/account/views.py", line 19, in from allauth.account.forms import ( File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/allauth/account/forms.py", line 15, in from allauth.account.internal import flows File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/allauth/account/internal/__init__.py", line 1, in from allauth.account.internal import flows File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/allauth/account/internal/flows/__init__.py", line 1, in from allauth.account.internal.flows import ( File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/allauth/account/internal/flows/email_verification.py", line 10, in from allauth.account.internal.flows.manage_email import ( File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/allauth/account/internal/flows/manage_email.py", line 9, in from allauth.account.internal.flows.reauthentication import ( File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/allauth/account/internal/flows/reauthentication.py", line 11, in from allauth.account.authentication import get_authentication_records File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/allauth/account/authentication.py", line 1, in from allauth.account.internal.flows.login import AUTHENTICATION_METHODS_SESSION_KEY File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/allauth/account/internal/flows/login.py", line 11, in from allauth.account.models import Login File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/allauth/account/models.py", line 20, in class EmailAddress(models.Model): File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/db/models/base.py", line 134, in __new__ raise RuntimeError( RuntimeError: Model class allauth.account.models.EmailAddress doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.