-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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.