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/uol
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:
http:a
2 matches
Mail list logo