- Language: en
29 results for set in the development version
-
Deployment checklist
- … set up HTTPS, enable the following settings. CSRF_COOKIE_SECURE Set this to True to avoid …
-
How to use Django’s CSRF protection
- … setting. If you override that setting, remember that 'django.middleware.csrf.CsrfViewMiddleware' should come before any view middleware …
-
How to create custom template tags and filters
- … set of template primitives. You can extend the template engine by defining custom tags and filters …
-
How to install Django on Windows
- … Set the environment variables for proxy configuration in the command prompt as follows: ...\> set …
-
How to deploy with WSGI
- … settings. If this variable isn’t set, the default wsgi.py sets it to mysite.settings , where …
-
How to deploy with ASGI
- … settings. If this variable isn’t set, the default asgi.py sets it to mysite.settings , where …
-
How to manage error reporting
- … settings documentation for a full list of email-related settings. By default, Django will send …
-
How to manage static files (e.g. images, JavaScript, CSS)
- … settings from django.conf.urls.static import static urlpatterns = [ # ... the rest of your URLconf goes here ... ] + static ( settings …
-
How to configure and use logging
- … setting is most commonly used. The setting uses the dictConfig format , and extends the default …
-
How to authenticate using REMOTE_USER
- … sets the REMOTE_USER environment variable) in your Django applications. This type of authentication solution …