- Language: en
9 results for locals in version 5.2
-
How to create custom django-admin commands
- … locales By default, management commands are executed with the current active locale. If, for some …
-
Deployment checklist
- … local development. Performance optimizations are another category of trade-offs with convenience. For instance, caching …
-
How to manage error reporting
- … local variables, and the HttpRequest ’s attributes . However, sometimes certain types of information may be too sensitive …
-
How to manage static files (e.g. images, JavaScript, CSS)
- … local (e.g. static/ ) and not a URL (e.g. http://static.example.com/ ). Also this helper function only …
-
How to use Django with Apache and mod_wsgi
- … locale options to the WSGIDaemonProcess directive: WSGIDaemonProcess example.com lang='en_US.UTF-8' locale='en_US.UTF …
-
How to deploy static files
- … locally. Push your local STATIC_ROOT up to the static file server into the directory …
-
How to delete a Django application
- … locally, runs tests, and verify the correctness of your project. Deploy/release your updated Django project …
-
How to install Django on Windows
- … Unicode UTF-8 for worldwide language support in Language ‣ Administrative Language Settings ‣ Change system locale in system settings. …
-
How to write a custom storage class
- … local file storage, it must override the path() method. Your storage class must be deconstructible …