i tried creating the social media app but when i tried to run the server after creating the login view. It showed the following error:
Exception in thread django-main-thread:
Traceback (most recent call last):
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py”, line 589, in url_patterns
iter(patterns)
TypeError: ‘module’ object is not iterable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\threading.py”, line 926, in _bootstrap_inner
self.run()
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\threading.py”, line 870, in run
self._target(*self._args, **self._kwargs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py”, line 53, in wrapper
fn(*args, **kwargs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\commands\runserver.py”, line 117, in inner_run
self.check(display_num_errors=True)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\base.py”, line 395, in check
include_deployment_checks=include_deployment_checks,
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\base.py”, line 382, in _run_checks
return checks.run_checks(**kwargs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\checks\registry.py”, line 72, in run_checks
new_errors = check(app_configs=app_configs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\checks\urls.py”, line 13, in check_url_config
return check_resolver(resolver)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\checks\urls.py”, line 23, in check_resolver
return check_method()
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py”, line 407, in check
messages.extend(check_resolver(pattern))
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\checks\urls.py”, line 23, in check_resolver
return check_method()
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py”, line 406, in check
for pattern in self.url_patterns:
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\functional.py”, line 48, in get
res = instance.dict[self.name] = self.func(instance)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py”, line 596, in url_patterns
raise ImproperlyConfigured(msg.format(name=self.urlconf_name))
django.core.exceptions.ImproperlyConfigured: The included URLconf ‘<module ‘auth.urls’ from ‘C:\Users\HP\Desktop\Projects\foxy\auth\urls.py’>’ does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import.
C:\Users\HP\Desktop\Projects\foxy\foxy\urls.py changed, reloading.
Watching for file changes with StatReloader
Performing system checks…
Exception in thread django-main-thread:
Traceback (most recent call last):
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\threading.py”, line 926, in _bootstrap_inner
self.run()
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\threading.py”, line 870, in run
self._target(*self._args, **self._kwargs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py”, line 53, in wrapper
fn(*args, **kwargs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\commands\runserver.py”, line 117, in inner_run
self.check(display_num_errors=True)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\base.py”, line 395, in check
include_deployment_checks=include_deployment_checks,
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\base.py”, line 382, in run_checks
return checks.run_checks(**kwargs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\checks\registry.py”, line 72, in run_checks
new_errors = check(app_configs=app_configs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\checks\urls.py”, line 13, in check_url_config
return check_resolver(resolver)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\checks\urls.py”, line 23, in check_resolver
return check_method()
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py”, line 406, in check
for pattern in self.url_patterns:
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\functional.py”, line 48, in get
res = instance.dict[self.name] = self.func(instance)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py”, line 587, in url_patterns
patterns = getattr(self.urlconf_module, “urlpatterns”, self.urlconf_module)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\functional.py”, line 48, in get
res = instance.dict[self.name] = self.func(instance)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py”, line 580, in urlconf_module
return import_module(self.urlconf_name)
File "C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\importlib_init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1006, in _gcd_import
File “”, line 983, in _find_and_load
File “”, line 967, in _find_and_load_unlocked
File “”, line 677, in _load_unlocked
File “”, line 728, in exec_module
File “”, line 219, in call_with_frames_removed
File “C:\Users\HP\Desktop\Projects\foxy\foxy\urls.py”, line 21, in
path(‘auth/’ , include(‘auth/urls’))
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\conf.py”, line 34, in include
urlconf_module = import_module(urlconf_module)
File "C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\importlib_init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1006, in _gcd_import
File “”, line 983, in _find_and_load
File “”, line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named ‘auth/urls’
C:\Users\HP\Desktop\Projects\foxy>python manage.py runserver
Watching for file changes with StatReloader
Performing system checks…
Exception in thread django-main-thread:
Traceback (most recent call last):
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\threading.py”, line 926, in _bootstrap_inner
self.run()
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\threading.py”, line 870, in run
self._target(*self._args, **self._kwargs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py”, line 53, in wrapper
fn(*args, **kwargs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\commands\runserver.py”, line 117, in inner_run
self.check(display_num_errors=True)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\base.py”, line 395, in check
include_deployment_checks=include_deployment_checks,
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\base.py”, line 382, in run_checks
return checks.run_checks(**kwargs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\checks\registry.py”, line 72, in run_checks
new_errors = check(app_configs=app_configs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\checks\urls.py”, line 13, in check_url_config
return check_resolver(resolver)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\checks\urls.py”, line 23, in check_resolver
return check_method()
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py”, line 406, in check
for pattern in self.url_patterns:
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\functional.py”, line 48, in get
res = instance.dict[self.name] = self.func(instance)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py”, line 587, in url_patterns
patterns = getattr(self.urlconf_module, “urlpatterns”, self.urlconf_module)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\functional.py”, line 48, in get
res = instance.dict[self.name] = self.func(instance)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py”, line 580, in urlconf_module
return import_module(self.urlconf_name)
File "C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\importlib_init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1006, in _gcd_import
File “”, line 983, in _find_and_load
File “”, line 967, in _find_and_load_unlocked
File “”, line 677, in _load_unlocked
File “”, line 728, in exec_module
File “”, line 219, in call_with_frames_removed
File “C:\Users\HP\Desktop\Projects\foxy\foxy\urls.py”, line 21, in
path(‘auth/’ , include(‘auth/urls’))
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\conf.py”, line 34, in include
urlconf_module = import_module(urlconf_module)
File "C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\importlib_init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1006, in _gcd_import
File “”, line 983, in _find_and_load
File “”, line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named ‘auth/urls’
Traceback (most recent call last):
File “manage.py”, line 21, in
main()
File “manage.py”, line 17, in main
execute_from_command_line(sys.argv)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management_init_.py”, line 401, in execute_from_command_line
utility.execute()
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management_init_.py”, line 395, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\base.py”, line 328, in run_from_argv
self.execute(*args, **cmd_options)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\commands\runserver.py”, line 60, in execute
super().execute(*args, **options)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\base.py”, line 369, in execute
output = self.handle(*args, **options)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\commands\runserver.py”, line 95, in handle
self.run(**options)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\commands\runserver.py”, line 102, in run
autoreload.run_with_reloader(self.inner_run, **options)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py”, line 599, in run_with_reloader
start_django(reloader, main_func, *args, **kwargs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py”, line 584, in start_django
reloader.run(django_main_thread)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py”, line 299, in run
self.run_loop()
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py”, line 305, in run_loop
next(ticker)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py”, line 345, in tick
for filepath, mtime in self.snapshot_files():
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py”, line 361, in snapshot_files
for file in self.watched_files():
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py”, line 260, in watched_files
yield from iter_all_python_module_files()
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py”, line 105, in iter_all_python_module_files
return iter_modules_and_files(modules, frozenset(_error_files))
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py”, line 141, in iter_modules_and_files
resolved_path = path.resolve(strict=True).absolute()
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\pathlib.py”, line 1151, in resolve
s = self._flavour.resolve(self, strict=strict)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\pathlib.py”, line 197, in resolve
return self._ext_to_normal(_getfinalpathname(s))
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: ‘’
C:\Users\HP\Desktop\Projects\foxy>python manage.py runserver
Watching for file changes with StatReloader
Performing system checks…
Exception in thread django-main-thread:
Traceback (most recent call last):
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py”, line 589, in url_patterns
iter(patterns)
TypeError: ‘module’ object is not iterable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\threading.py”, line 926, in _bootstrap_inner
self.run()
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\threading.py”, line 870, in run
self._target(*self._args, **self._kwargs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py”, line 53, in wrapper
fn(*args, **kwargs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\commands\runserver.py”, line 117, in inner_run
self.check(display_num_errors=True)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\base.py”, line 395, in check
include_deployment_checks=include_deployment_checks,
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\management\base.py”, line 382, in _run_checks
return checks.run_checks(**kwargs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\checks\registry.py”, line 72, in run_checks
new_errors = check(app_configs=app_configs)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\checks\urls.py”, line 13, in check_url_config
return check_resolver(resolver)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\checks\urls.py”, line 23, in check_resolver
return check_method()
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py”, line 407, in check
messages.extend(check_resolver(pattern))
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\checks\urls.py”, line 23, in check_resolver
return check_method()
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py”, line 406, in check
for pattern in self.url_patterns:
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\utils\functional.py”, line 48, in get
res = instance.dict[self.name] = self.func(instance)
File “C:\Users\HP\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\urls\resolvers.py”, line 596, in url_patterns
raise ImproperlyConfigured(msg.format(name=self.urlconf_name))
django.core.exceptions.ImproperlyConfigured: The included URLconf ‘<module ‘auth.urls’ from ‘C:\Users\HP\Desktop\Projects\foxy\auth\urls.py’>’ does not appear to have any patterns in it. If you see valid patterns in the file then the issue is probably caused by a circular import.
PLease tell how to resolve this error??
I have asked this question multiple times but my doubts are not being cleared by TA support.