Skip to content
New issue

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

[Migrated] 2139 use shlex to split management args #893

Closed
jneves opened this issue Feb 20, 2021 · 1 comment
Closed

[Migrated] 2139 use shlex to split management args #893

jneves opened this issue Feb 20, 2021 · 1 comment

Comments

@jneves
Copy link
Contributor

jneves commented Feb 20, 2021

Originally from: Miserlou/Zappa#2152 by jaredhobbs

fixes Miserlou/Zappa#2139

Description

management.call_command wasn't working for quoted arguments (such as manage "shell -c 'import os; print(os.listdir())'")

GitHub Issues

Miserlou/Zappa#2139

@monkut
Copy link
Collaborator

monkut commented Aug 16, 2022

'manage' is for django management commands.

For running arbitrary code in your lambda use, remote-function-invocation.

old migrated issue, closing.

@monkut monkut closed this as completed Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants