Hey guys,

I have some problems with the translations of my website. Locally, it
works flawlessly. But as soon as I run the project on my server, it
won't translate. I've translated the project per app, and I'm
wondering if it could have something to do with my PYTHONPATH? As of
now, my .htaccess file looks like this:

ServerName domain.com
DocumentRoot /home/user/django/mysite

SetEnv DJANGO_SETTINGS_MODULE mysite.settings
SetHandler mod_python
PythonHandler django.core.handlers.modpython
PythonPath "['/home/user/django/', '/home/user/django/mysite/'] +
sys.path"
PythonDebug On

I'm completely clueless on this one. Like I said - it works flawlessly
locally and it's the same code. I should add that everything else
works just fine - custom template tags, import of models, you name it.
I've tried to recompile the language files on the server as well, but
to no avail.

Any suggestions on what I should look for?

Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to