django_idom app causes a significant delay #128
-
When I do anything with Django's manage.py (migrate, collectstatic, runserver, ...), I see the two messages: 2023-02-20T18:57:54+0000 | DEBUG | IDOM is in debug mode
IDOM has detected component sessions in the database, but no timestamp was found in cache. This may indicate that the cache has been cleared. and it currently takes ~10sec. The DB is remote. Another scenario is when writing scratch code or tests that start with import os
import django
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "[myproject].settings")
django.setup() Omitting django-idom==3.0.0a2 |
Beta Was this translation helpful? Give feedback.
Answered by
Archmonger
Feb 21, 2023
Replies: 1 comment 8 replies
-
Do you have a lot of Django template files? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
3.0.0a3
has been released. The ReactPy database backend is now configurable.