Coverage for /Users/marco/Code/django-rosetta/rosetta/conf/settings : 100.00%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# Number of messages to display per page.
# Enable Google translation suggestions # Can be obtained for free here: https://ssl.bing.com/webmaster/Developers/AppIds/
# Displays this language beside the original MSGID in the admin
# Change these if the source language in your PO files isn't English
""" When running WSGI daemon mode, using mod_wsgi 2.0c5 or later, this setting controls whether the contents of the gettext catalog files should be automatically reloaded by the WSGI processes each time they are modified.
Notes:
* The WSGI daemon process must have write permissions on the WSGI script file (as defined by the WSGIScriptAlias directive.) * WSGIScriptReloading must be set to On (it is by default) * For performance reasons, this setting should be disabled in production environments * When a common rosetta installation is shared among different Django projects, each one running in its own distinct WSGI virtual host, you can activate auto-reloading in individual projects by enabling this setting in the project's own configuration file, i.e. in the project's settings.py
Refs:
* http://code.google.com/p/modwsgi/wiki/ReloadingSourceCode * http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIReloadMechanism
"""
# Exclude applications defined in this list from being translated
# Line length of the updated PO file
# Storage class to handle temporary data storage |