Show
Ignore:
Timestamp:
05/26/08 13:33:12 (3 months ago)
Author:
dbs
Message:

Django admin is dead; alas, multi-db branch was never merged to Django core
Long live Conify in its place!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/examples/apache/eg_vhost.conf

    r9469 r9706  
    262262</Location> 
    263263 
    264  
    265 # ---------------------------------------------------------------------------------- 
    266 # Django admin interface (experimental) 
    267 #  - requires mod_python and django 
    268 #  - requires a symlink from WEBROOT/media to  
    269 #  /usr/lib/python2.4/site-packages/django/contrib/admin/media/ (or similar) 
    270 # ---------------------------------------------------------------------------------- 
    271 #<Location /ils_setup/> 
    272 #   Order deny,allow 
    273 #   Deny from all 
    274 #   Allow from 10.0.0.0/8 
    275 #   SetHandler mod_python 
    276 #   PythonHandler django.core.handlers.modpython 
    277 #   SetEnv DJANGO_SETTINGS_MODULE ils_admin.settings 
    278 #   PythonDebug On 
    279 #   PythonPath "['/openils/var/admin/', '/usr/lib/python2.4/site-packages/'] +sys.path" 
    280 #   PythonAutoReload On 
    281 #</Location> 
    282  
    283