Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Configure django-extensions to print full queries
Browse files Browse the repository at this point in the history
  • Loading branch information
danlamanna committed Jun 2, 2022
1 parent 1b4e712 commit 388ed41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composed_configuration/_extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ def mutate_configuration(configuration: Type[ComposedConfiguration]) -> None:
configuration.INSTALLED_APPS += ['django_extensions']

SHELL_PLUS_PRINT_SQL = True
SHELL_PLUS_PRINT_SQL_TRUNCATE = None
RUNSERVER_PLUS_PRINT_SQL_TRUNCATE = None

0 comments on commit 388ed41

Please sign in to comment.