Long live Conify in its place!
git-svn-id: svn://svn.open-ils.org/ILS/trunk@9706
dcc99617-32d9-48b4-a31d-
7c20da2025e4
allow from all
</Location>
-
-# ----------------------------------------------------------------------------------
-# Django admin interface (experimental)
-# - requires mod_python and django
-# - requires a symlink from WEBROOT/media to
-# /usr/lib/python2.4/site-packages/django/contrib/admin/media/ (or similar)
-# ----------------------------------------------------------------------------------
-#<Location /ils_setup/>
-# Order deny,allow
-# Deny from all
-# Allow from 10.0.0.0/8
-# SetHandler mod_python
-# PythonHandler django.core.handlers.modpython
-# SetEnv DJANGO_SETTINGS_MODULE ils_admin.settings
-# PythonDebug On
-# PythonPath "['/openils/var/admin/', '/usr/lib/python2.4/site-packages/'] +sys.path"
-# PythonAutoReload On
-#</Location>
-
-