- Language: en
18 results for locals in version 3.2
-
Format localization
- … localization for a template block, use: { % load l10n % } { % localize on % } {{ value }} { % endlocalize % } { % localize off % } {{ value …
-
Internationalization and localization
- … localization. Usually done by developers. localization Writing the translations and local formats. Usually done by translators …
-
Creating forms from models
- … localization for fields with localized_fields Using the localized_fields parameter, you can enable localization …
-
Translation
- … localization. See Format localization for more details. Note Make sure you’ve activated translation for your …
-
Django’s cache framework
- … local Unix socket file /tmp/memcached.sock using the pymemcache binding: CACHES = { 'default' : { 'BACKEND …
-
Time zones
- … localization. See Format localization for more details. If you’re wrestling with a particular problem …
-
Managing files
- … locally, using the MEDIA_ROOT and MEDIA_URL settings. The examples below assume that you’re using …
-
Logging
- … local file: settings.py LOGGING = { 'version' : 1 , 'disable_existing_loggers' : False , 'handlers …
-
Sending email
- … local development is to use the console email backend. This backend redirects all email to stdout …
-
How to use sessions
- … local-memory cache backend doesn’t retain data long enough to be a good choice …