- Language: en
20 results for set in version 2.1
-
Deployment checklist
- … set up HTTPS, enable the following settings. CSRF_COOKIE_SECURE Set this to True to avoid …
-
Custom template tags and filters
- … set of template primitives. You can extend the template engine by defining custom tags and filters …
-
How to deploy with WSGI
- … settings. If this variable isn’t set, the default wsgi.py sets it to mysite.settings , where …
-
Error reporting
- … settings documentation for a full list of email-related settings. By default, Django will send …
-
Managing 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 …
-
Authentication using REMOTE_USER
- … sets the REMOTE_USER environment variable) in your Django applications. This type of authentication solution …
-
How to use Django with Apache and mod_wsgi
- … SETTINGS_MODULE" , "{{ project_name }}.settings" ) in wsgi.py , to: os . environ [ "DJANGO …
-
Writing custom model fields
- … sets of valid column types, but the rule is still the same: those are the only …
-
Writing custom django-admin commands
- … settings, the decorator can’t be used for commands that work without configured settings. Changed …
-
Overriding templates
- … setting that needs to be modified is DIRS . These settings assume you have a templates …