-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename '--config' to '--extra-settings' for clarity and avoid conflicts
This works around 'django-configurations' interception of arguments which are contractions of its '--configuration' argument. We also take the opportunity to slightly clarify the name of this arugment. See jazzband/django-configurations#343
- Loading branch information
1 parent
466d089
commit b07bf86
Showing
7 changed files
with
65 additions
and
25 deletions.
There are no files selected for viewing
29 changes: 23 additions & 6 deletions
29
django_lightweight_queue/management/commands/queue_configuration.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
from django_lightweight_queue.types import QueueName | ||
|
||
LIGHTWEIGHT_QUEUE_BACKEND_OVERRIDES = { | ||
QueueName('test-queue'): 'tests.test_extra_config.TestBackend', | ||
QueueName('test-queue'): 'tests.test_extra_settings.TestBackend', | ||
} | ||
|
||
LIGHTWEIGHT_QUEUE_REDIS_PASSWORD = 'a very bad password' |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters