We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raise an exception on init if either of the following conditions is not met:
settings.DATABASES
DynamicSchemaDict
DATABASE_ROUTERS
BranchAwareRouter
Without both of these configuration items, branching will not function correctly.
The text was updated successfully, but these errors were encountered:
Closes #76: Check for required settings on init
12dc0ae
2b6bd55
jeremystretch
Successfully merging a pull request may close this issue.
Proposed Changes
Raise an exception on init if either of the following conditions is not met:
settings.DATABASES
must be aDynamicSchemaDict
instance.DATABASE_ROUTERS
must include the path toBranchAwareRouter
Justification
Without both of these configuration items, branching will not function correctly.
The text was updated successfully, but these errors were encountered: