-
Notifications
You must be signed in to change notification settings - Fork 3
seanbrant/virtualenvwrapper.configvar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Since virtualenvwrapper.configvar is a plugin it requires a properly working virtualenvwrapper to work. Configvar works with your foreman compatable `.env` file and will export the contents whenever you run `workon`. Your `.env` file should be found at `$PROJECT_HOME/<env_name>/.env` or `$WORKON_HOME/<env_name>/.env`. Installing ========== pip install virtualenvwrapper.configvar Usage ===== $ echo "SECRET_KEY=1234" >> $PROJECT_HOME/project/.env $ workon project $ echo $SECRET_KEY 1234
About
Plugin for virtualenvwrapper to automatically export config vars found in your project level .env file.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published