Skip to content

Implement Autoenv #51

@grwthomps

Description

@grwthomps

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions