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

Pass environment variables to manage.py through local variables #71

Open
SoftwareMaven opened this issue Mar 8, 2013 · 0 comments
Open

Comments

@SoftwareMaven
Copy link

I need to be able to send some environment variables (locations of certain resources, modifications of the PYTHONPATH, etc) into manage.py. I could see two ways to do this: local variables or through some sort of hook that modifies the state before the actual python process is started.

I've started looking at it, but I'm not familiar enough with how comint works to know how to modify the environment before the process starts. So my request is either to have such a feature or some strong pointers on how to do this myself so I can provide a patch. :)

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

1 participant