mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Include database param if provided and valid in django_admin commands
This commit is contained in:
@@ -186,7 +186,7 @@ def main():
|
|||||||
specific_params = ('apps', 'database', 'failfast', 'fixtures', 'liveserver', 'testrunner')
|
specific_params = ('apps', 'database', 'failfast', 'fixtures', 'liveserver', 'testrunner')
|
||||||
|
|
||||||
# These params are automatically added to the command if present
|
# These params are automatically added to the command if present
|
||||||
general_params = ('settings', 'pythonpath', )
|
general_params = ('settings', 'pythonpath', 'database',)
|
||||||
specific_boolean_params = ('failfast', 'skip', 'merge', 'link')
|
specific_boolean_params = ('failfast', 'skip', 'merge', 'link')
|
||||||
end_of_command_params = ('apps', 'cache_table', 'fixtures')
|
end_of_command_params = ('apps', 'cache_table', 'fixtures')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user