Skip to content

Commit

Permalink
activate envfile for sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirKriheli committed Jun 13, 2011
1 parent caef931 commit 5a79a1d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions buildout.cfg
Expand Up @@ -135,3 +135,15 @@ eggs = ${buildout:eggs}
extra-paths =
${django:extra-paths}
${buildout:directory}/parts/django

# generate an activate file which can be sourced in the shell prior to running
# editors like vim (with rope, etc)
[envfile]
recipe=minitage.recipe.scripts
env-file = activate
eggs = ${buildout:eggs}
extra-paths = ${django:pythonpath}
env_initialization =
DJANGO_SETTINGS_MODULE=${django:settings}
export DJANGO_SETTINGS_MODULE

0 comments on commit 5a79a1d

Please sign in to comment.