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
> 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
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
3 matches
Mail list logo