Skip to content

Commit

Permalink
Added default value for LOCALE_PATHS from [6530].
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6534 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Oct 19, 2007
1 parent 40f1c92 commit 3375ed1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/settings.txt
Expand Up @@ -172,7 +172,7 @@ of the case of the actual model class name.
ADMIN_FOR ADMIN_FOR
--------- ---------


Default: ``()`` (Empty list) Default: ``()`` (Empty tuple)


Used for admin-site settings modules, this should be a tuple of settings Used for admin-site settings modules, this should be a tuple of settings
modules (in the format ``'foo.bar.baz'``) for which this site is an admin. modules (in the format ``'foo.bar.baz'``) for which this site is an admin.
Expand Down Expand Up @@ -581,6 +581,8 @@ any code that uses ``LANGUAGES`` at runtime.
LOCALE_PATHS LOCALE_PATHS
------------ ------------


Default: ``()`` (Empty tuple)

A list of directories where Django looks for translation files. A list of directories where Django looks for translation files.
See the `internationalization docs section`_ explaining the variable and the See the `internationalization docs section`_ explaining the variable and the
default behavior. default behavior.
Expand Down

0 comments on commit 3375ed1

Please sign in to comment.