diff options
author | eliott <eliott@cactuswax.net> | 2007-12-29 14:53:21 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-29 14:53:21 -0800 |
commit | 28bc93261ef027d5c175de3d87c15b818543e151 (patch) | |
tree | 4be063540b5c4cfc464b73065bf40a7de7e9571f | |
parent | cbb5c0495f42d4e098f234a1e3c390e4ddff3c77 (diff) |
removed helper script
-rwxr-xr-x | scripts/djangoshell.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/djangoshell.sh b/scripts/djangoshell.sh deleted file mode 100755 index 457c8827..00000000 --- a/scripts/djangoshell.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -cd /home/sites/archlinux/archlinux -export PYTHONPATH=/usr/local/django:/home/sites/archlinux:${PYTHONPATH} -export DJANGO_SETTINGS_MODULE=archlinux.settings -python manage.py $* - |