- Language: en
6 results for template in version 1.8
-
Custom template tags and filters
- … template. Thus, to define a custom template tag, you specify how the raw template tag is converted …
-
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 …
-
Managing static files (e.g. images, JavaScript, CSS)
- … templates, either hardcode the url like /static/my_app/myexample.jpg or, preferably, use the static template tag to build …
-
Deploying static files
- … details on all the settings, commands, template tags, and other pieces included in django.contrib.staticfiles , see the staticfiles reference . …
-
How to use Django with FastCGI, SCGI, or AJP
- … template tag (and similar methods). Using mod_fcgid as alternative to mod_fastcgi Another way to serve …