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

Commit

Permalink
Merge pull request #181 from girder/stop-truncating-queries
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhelba authored Jul 6, 2022
2 parents 1b4e712 + 388ed41 commit 539966e
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 539966e

Please sign in to comment.