Re: Application Name in Django urls.

2011-02-21 Thread Uolter
Hi all, I found a solution by myself and was already documented in the Django documentation: the best solution is to set apache with mod_python and the follwing configuration: SetHandler python-program PythonHandler django.core.handlers.modpython PythonPath "['/home/uolter/p

Application Name in Django urls.

2011-02-20 Thread Uolter
I am running Pootle http://translate.sourceforge.net/wiki/pootle/index which is basically a Django apps on dabian server. All the urls look like: http:///account/login?next=index http:///docs/index.html http:///admin/ and so on. I would like to add the application name before each path: