Stuck. If anyone has ideas that would be brilliant.
Django 2.2, running on Ubuntu 18.04 in a venv
$ python manage.py runserver
Exception in thread django-main-thread:
Traceback (most recent call last):
File "/home/jonty/.virtualenvs/tdj_playground/lib/python3.6/site-packages/django/template/utils.py", line 66, in
__getitem__
return self._engines[alias] KeyError: 'django'
Traceback (most recent call last):
File "/home/jonty/.virtualenvs/tdj_playground/lib/python3.6/site-packages/django/template/utils.py", line 66, in
__getitem__
return self._engines[alias] KeyError: 'django'
and then another error, leading down finally to:
...
File "<frozen importlib._bootstrap>", line 968, in _find_and_load
File "<frozen importlib._bootstrap>", line 149, in __enter__
File "<frozen importlib._bootstrap>", line 94, in acquire
_frozen_importlib._DeadlockError: deadlock detected by _ModuleLock('django.test.signals') at 139670284457464
File "<frozen importlib._bootstrap>", line 149, in __enter__
File "<frozen importlib._bootstrap>", line 94, in acquire
_frozen_importlib._DeadlockError: deadlock detected by _ModuleLock('django.test.signals') at 139670284457464
Thanks in advance for any help.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANOQRbxmQeo%3D%2BtJTqyFmOoGiMoSit47K2Nqpam4T-%2BfQ19PwLw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment