Skip to content

Instantly share code, notes, and snippets.

@eupharis
Last active December 20, 2015 19:58
Show Gist options
  • Save eupharis/6186796 to your computer and use it in GitHub Desktop.
Save eupharis/6186796 to your computer and use it in GitHub Desktop.
# ~/.virtualenvs/circus/bin/postactivate
#! /bin/bash
export BASE_URL="http://localhost:8000"
export DJANGO_SETTINGS_MODULE="circus.settings"
# ~/.virtualenvs/postdeactivate
#! /bin/bash
unset BASE_URL
unset DJANGO_SETTINGS_MODULE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment