Created
February 10, 2015 00:14
-
-
Save heywbj/3d0b75932ba5ec441587 to your computer and use it in GitHub Desktop.
virtualenv/bin/postactivate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # This hook is sourced after this virtualenv is activated. | |
| export DJANGO_SETTINGS_MODULE=gypsum.settings.dev | |
| export GYPSUM_DB_NAME=gypsum | |
| export PATH=$PATH:$PWD/node_modules/.bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment