Ticket #5750: locale_paths_doc.patch

File locale_paths_doc.patch, 552 bytes (added by jdetaeye, 17 years ago)

documentation file update

  • docs/settings.txt

     
    578578you'll have to remember to wrap the languages in the *real* ``gettext()`` in
    579579any code that uses ``LANGUAGES`` at runtime.
    580580
     581LOCALE_PATHS
     582------------
     583
     584A list of directories where Django looks for translation files.
     585See the `internationalization docs`_ for details on the variable and the
     586default behavior.
     587
    581588LOGIN_REDIRECT_URL
    582589------------------
    583590
Back to Top