diff options
author | Michael Elkins <melkins@tislabs.com> | 2013-03-19 18:25:04 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2013-03-19 18:25:04 +0000 |
commit | c6e2ec467a7d2918a313aa97b33e61411d34a2b2 (patch) | |
tree | e42de973e2b9a87efec2b4634f6e426d5ae131ec /configure | |
parent | aa924816b6c468790dc236d5a5f7f74c01e99d9d (diff) |
$DJANGO_DIR is no longer needed and not used anywhere
svn path=/trunk/; revision=5175
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -604,7 +604,6 @@ LIBOBJS WSGI_PROCESS_GROUP WSGI_DAEMON_PROCESS DJANGO_ADMIN -DJANGO_DIR SECRET_KEY VIRTUAL_ENV OPENSSL_SO_GLOB @@ -4906,9 +4905,6 @@ $as_echo "no" >&6; } SECRET_KEY=`$PYTHON -c 'import random; print "".join(random.choice("abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)") for i in range(50))'` - DJANGO_DIR=`$PYTHON -c 'import os,sys; print [os.path.join(p, "django") for p in sys.path if os.path.exists(os.path.join(p, "django"))][0]'` - - # There is no standard name for this tool, so check for it. for ac_prog in django-admin django-admin.py do |