Print django SQL queries in development
2020-11-20
How to display SQL queries using the --print-sql option from django-extensions
Snippetspythondjangodjango-extensions
PYTEST_CURRENT_TEST environment variable
2020-08-10
In which tests is this code being executed?
Snippetspythonpytest