acf9ec8c91
Update to work with Django 1.01 since teamplayer (default) supports it now. Also use settings.py instead of settings_local.py which I now consider an anti-pattern.
6 lines
135 B
Bash
6 lines
135 B
Bash
export DJANGO_SETTINGS_MODULE='project.settings'
|
|
export PYTHONPATH="$HOME"
|
|
PATH="$HOME/bin:$PATH"
|
|
export LANG="en_US.UTF-8"
|
|
. activate
|