- Language: en
8 results for template in version 3.2
-
Custom template tags and filters
- … template register = template . Library () Alternatively, template tag modules can be registered through the 'libraries' argument …
-
Overriding templates
- … templates directory, and add the template files to that folder: templates/ blog/ list.html post.html The template …
-
Custom template backend
- … template ( self , template_name ): try : return Template ( self . engine . get_template ( template_name )) except foobar …
-
Outputting CSV with Django
- … template system Alternatively, you can use the Django template system to generate CSV. This is lower …
-
Deployment checklist
- … templates by creating the following templates in your root template directory: 404.html , 500.html , 403.html , and 400.html …
-
Error reporting
- … template for rendering the HTML representation of the exception. Defaults to the Django provided template …
-
Managing static files (e.g. images, JavaScript, CSS)
- … templates, use the static template tag to build the URL for the given relative path …
-
Deploying static files
- … details on all the settings, commands, template tags, and other pieces included in django.contrib.staticfiles , see the staticfiles reference . …