- Language: en
11 results for addition in the development version
-
How to create custom model fields
- … addition, try to avoid returning values as positional arguments; where possible, return values as keyword …
-
How to configure and use logging
- … additional configuration. Customize logging configuration Although Django’s logging configuration works out of the box, you can control …
-
How to manage static files (e.g. images, JavaScript, CSS)
- … additional files such as images, JavaScript, or CSS. In Django, we refer to these files …
-
How to create custom template tags and filters
- … additional escaping is not desired, you will need to use mark_safe() if you are absolutely …
-
How to create custom django-admin commands
- … additional command line options. These custom options can be added in the add_arguments() method …
-
How to write a custom storage class
- … addition, if your class provides local file storage, it must override the path() method. Your …
-
How to create CSV output
- … additional Content-Disposition header, which contains the name of the CSV file. This filename is arbitrary …
-
How to use Django with Gunicorn
- … from the same directory as your manage.py file. See Gunicorn’s deployment documentation for additional tips. …
-
How to authenticate against Django’s user database from Apache
- … additional details and information about alternative methods of authentication. Authorization with mod_wsgi and Django …
-
Deployment checklist
- … addition, you can tune the following settings. Sessions Consider using cached sessions to improve performance …
-
How to manage error reporting
- … addition to filtering out settings that appear to be sensitive as described in the DEBUG …