Ticket #5750: 5750.patch

File 5750.patch, 647 bytes (added by Chris Beaven, 17 years ago)

let's point it straight to the right section

  • 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 section`_ explaining the variable and the
     586default behavior.
     587
     588.. _internationalization docs section: ../i18n/#using-translations-in-your-own-projects
     589
    581590LOGIN_REDIRECT_URL
    582591------------------
    583592
Back to Top