Exception in thread django-main-thread:
Traceback (most recent call last):
File "C:\Users\ghost\AppData\Local\Programs\Python\Python38-32\lib\threading.py", line 932, in _bootstrap_inner
self.run()
File "C:\Users\ghost\AppData\Local\Programs\Python\Python38-32\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "B:\learning_log\ll_env\lib\site-packages\django\utils\autoreload.py", line 53, in wrapper
fn(*args, **kwargs)
File "B:\learning_log\ll_env\lib\site-packages\django\core\management\commands\runserver.py", line 117, in inner_run
self.check(display_num_errors=True)
File "B:\learning_log\ll_env\lib\site-packages\django\core\management\base.py", line 392, in check
all_issues = self._run_checks(
File "B:\learning_log\ll_env\lib\site-packages\django\core\management\base.py", line 382, in _run_checks
return checks.run_checks(**kwargs)
File "B:\learning_log\ll_env\lib\site-packages\django\core\checks\registry.py", line 72, in run_checks
new_errors = check(app_configs=app_configs)
File "B:\learning_log\ll_env\lib\site-packages\django\core\checks\urls.py", line 13, in check_url_config
return check_resolver(resolver)
File "B:\learning_log\ll_env\lib\site-packages\django\core\checks\urls.py", line 23, in check_resolver
return check_method()
File "B:\learning_log\ll_env\lib\site-packages\django\urls\resolvers.py", line 407, in check
for pattern in self.url_patterns:
File "B:\learning_log\ll_env\lib\site-packages\django\utils\functional.py", line 48, in __get__
res = instance.__dict__[self.name] = self.func(instance)
File "B:\learning_log\ll_env\lib\site-packages\django\urls\resolvers.py", line 588, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "B:\learning_log\ll_env\lib\site-packages\django\utils\functional.py", line 48, in __get__
res = instance.__dict__[self.name] = self.func(instance)
File "B:\learning_log\ll_env\lib\site-packages\django\urls\resolvers.py", line 581, in urlconf_module
return import_module(self.urlconf_name)
File "C:\Users\ghost\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "", line 783, in exec_module
File "", line 219, in _call_with_frames_removed
File "b:\learning_log\learning_log\urls.py", line 21, in
path('', include('learning_logs.urls')),
File "B:\learning_log\ll_env\lib\site-packages\django\urls\conf.py", line 34, in include
urlconf_module = import_module(urlconf_module)
File "C:\Users\ghost\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "", line 783, in exec_module
File "", line 219, in _call_with_frames_removed
File "b:\learning_log\learning_logs\urls.py", line 5, in
from . import views
File "b:\learning_log\learning_logs\views.py", line 5, in
from .forms import TopicForm , EntryForm
File "b:\learning_log\learning_logs\forms.py", line 11, in
class EntryForm(forms.ModelForm):
File "b:\learning_log\learning_logs\forms.py", line 12, in EntryForm
class Meta:
File "b:\learning_log\learning_logs\forms.py", line 16, in Meta
widgets = {'text': forms.Textarea(attrs={'cols:80'})}
File "B:\learning_log\ll_env\lib\site-packages\django\forms\widgets.py", line 471, in __init__
default_attrs.update(attrs)
ValueError: dictionary update sequence element #0 has length 7; 2 is required
Вам поможет: Отче наш, сущий на небесах! Да святится имя Твоё; да приидет Царствие Твоё; да будет воля Твоя и на земле, как на небе; хлеб наш насущный дай нам на сей день; и прости нам долги наши, как и мы прощаем должникам нашим; и не введи нас в искушение, но избавь нас от лукавого. Ибо Твоё есть Царство и сила и слава во веки.