Re: non-root URL django installation

2008-01-01 Thread hedronist
Er, correction, you *do* want the trailing /. > urlpatterns = patterns('', > (r'^subDir/djangoApp/',include('app_dir_name')), > ) > Note: No $ -- this is a head match. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

Re: non-root URL django installation

2007-12-29 Thread hedronist
> Is it possible to get the "/subDir/djangoApp" prefix removed from the > URL before the rest of django handles the URLs !? Yes, at least I think you can. (Note: I haven't actually tested this, and it feels a bit kludgey, but it's where I would start.) In http://www.djangoproject.com/documentat

non-root URL django installation

2007-12-29 Thread sebhaase
Hi, I have developped a small django app and I like it a lot. I have tested it on a local setup using "manage.py runserver" on a custom port. Now I wanted to move this to our apache2 based web site and got my sys admin convinced to install mod_python and I got a httpd.conf like this: . dja