Skip to content

seanbrant/virtualenvwrapper.configvar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages