- Language: en
19 results for locals in version 5.0
-
Format localization
- … localize = True ) Controlling localization in templates Django tries to use a locale specific format whenever …
-
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
- … locale directory. All those catalogs plus all catalogs found in LOCALE_PATHS (which are always …
-
Django’s cache framework
- … local Unix socket file /tmp/memcached.sock using the pymemcache binding: CACHES = { "default" : { "BACKEND …
-
Time zones
- … local time to UTC – which isn’t deterministic if your local time has DST. Code …
-
Logging
- … local variables at each level of the stack, plus the values of your Django settings …
-
Managing files
- … locally, using the MEDIA_ROOT and MEDIA_URL settings. The examples below assume that you’re using …
-
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 …