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.ac | |
parent | aa924816b6c468790dc236d5a5f7f74c01e99d9d (diff) |
$DJANGO_DIR is no longer needed and not used anywhere
svn path=/trunk/; revision=5175
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 40d788c7..617ccc75 100644 --- a/configure.ac +++ b/configure.ac @@ -719,8 +719,6 @@ then # Source: http://blog.leosoto.com/2008/04/django-secretkey-generation.html AC_SUBST(SECRET_KEY, `$PYTHON -c 'import random; print "".join([random.choice("abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)") for i in range(50)])'`) - AC_SUBST(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. AC_PATH_PROGS(DJANGO_ADMIN, [django-admin django-admin.py]) |