We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c6f499 commit 69470a0Copy full SHA for 69470a0
psqlextra/management/commands/pgpartition.py
@@ -107,7 +107,7 @@ def _ask_for_confirmation() -> bool:
107
@staticmethod
108
def _partitioning_manager():
109
partitioning_manager = getattr(
110
- settings, "PSQLEXTRA_PARTITIONING_MANAGER"
+ settings, "PSQLEXTRA_PARTITIONING_MANAGER", None
111
)
112
if not partitioning_manager:
113
raise PostgresPartitioningError(
0 commit comments