- Language: en
7 results for Build in version 3.2
-
Custom template tags and filters
- … building small HTML snippets, use of format_html() instead of mark_safe() is strongly recommended …
-
Writing custom django-admin commands
- … building a custom closepoll command for the polls application from the tutorial . To do this …
-
Outputting PDFs with Django
- … building PDF-generating Django views that are accessed by many people at the same time …
-
Custom Lookups
- … building an application where we want to make use of the abs() operator. We have …
-
Writing custom model fields
- … build a database-agnostic application, you should account for differences in database column types. For example …
-
Managing static files (e.g. images, JavaScript, CSS)
- … build the URL for the given relative path using the configured STATICFILES_STORAGE . {% load static …
-
Writing database migrations
- … building a graph using two properties on the Migration class: dependencies and run_before . If you’ve used …