#15073: django i18n issue --------------------------------------+------------------------------------- Reporter: rameshsahoo | Owner: nobody Status: closed | Milestone: Component: Django Web site | Version: 1.2 Resolution: invalid | Keywords: Stage: Unreviewed | Has_patch: 0 Needs_docs: 0 | Needs_tests: 0 Needs_better_patch: 0 | --------------------------------------+------------------------------------- Changes (by AdamG):
* status: new => closed * needs_better_patch: => 0 * resolution: => invalid * needs_tests: => 0 * needs_docs: => 0 Comment: Setting `DJANGO_SETTINGS_MODULE` in your mod_wsgi `.wsgi` file doesn't set it on the command line. There's also no reason to be using `os.system()`. Also, modifying `sys.path` in your `.wsgi` file (or in a `django-admin.py shell`) won't pass through to `os.system()`. You want something like: {{{ $ cd /path/to/above/project $ DJANGO_SETTINGS_MODULE=project.settings django-admin.py compilemessages }}} If this doesn't do it for you, please ask on django-users: http://groups.google.com/group/django-users Or check out the FAQ page for getting help: http://docs.djangoproject.com/en/dev/faq/help/ This bugtracker is for bugs or features in Django, not for support. -- Ticket URL: <http://code.djangoproject.com/ticket/15073#comment:1> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.