Logging and debugging
Django components supports logging with Django. This can help with troubleshooting.
To configure logging for Django components, set the django_components
logger in LOGGING
in settings.py
(below).
Also see the settings.py
file in sampleproject for a real-life example.