- Language: en
6 results for locals in version 1.11
-
Writing custom django-admin commands
- … locale_alone A boolean indicating whether the locale set in settings should be preserved during …
-
Deploying static files
- … locally. Push your local STATIC_ROOT up to the static file server into the directory …
-
Deployment checklist
- … local development. Performance optimizations are another category of trade-offs with convenience. For instance, caching …
-
Error reporting
- … local variables, and the HttpRequest ’s attributes . However, sometimes certain types of information may be too sensitive …
-
Managing 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 …
-
Writing a custom storage system
- … local file storage, it must override the path() method. Your storage class must be deconstructible …