| 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 | | |