- Language: en
94 results for locals in version 3.2
-
Django’s cache framework
- … local Unix socket file /tmp/memcached.sock using the pymemcache binding: CACHES = { 'default' : { 'BACKEND …
-
Django 1.4 release notes
- … local timezones for display. If you’re upgrading an existing project to Django 1.4, switching …
-
Working with Git and GitHub
- … local commits temporarily, applies the upstream commits, and then applies your local commits again on the work …
-
Django documentation
- … localization Django offers a robust internationalization and localization framework to assist you in the development …
-
Writing custom django-admin commands
- … locales By default, management commands are executed with the current active locale. If, for some …
-
What to read next
- … locally You can get a local copy of the HTML documentation following a few steps …
-
Middleware
- … Locale middleware class LocaleMiddleware [source] Enables language selection based on data from the request. It customizes …
-
django-admin and manage.py
- … localization . --locale LOCALE , -l LOCALE Specifies the locale(s) to process. If not provided, all locales …
-
Time zones
- … localization. See Format localization for more details. If you’re wrestling with a particular problem …
-
Built-in template tags and filters
- … locale and if Format localization is enabled, e.g.: It is {% now "SHORT_DATETIME_FORMAT …