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

Implement Autoenv #51

Open
grwthomps opened this issue Feb 25, 2020 · 0 comments
Open

Implement Autoenv #51

grwthomps opened this issue Feb 25, 2020 · 0 comments
Assignees
Labels
backend enhancement New feature or request

Comments

@grwthomps
Copy link
Member

grwthomps commented Feb 25, 2020

Currently, environment variables have to be manually by executing the following commands from within the python virtual environment:

export FLASK_APP="run.py"
export APP_SETTINGS="development"
export DATABASE_URL="postgresql://localhost/condensate_dev"
export FLASK_ENV=development

By implementing Autoenv, this process can be automated each time we navigate into the project directory.

@grwthomps grwthomps added enhancement New feature or request backend labels Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants