- Language: en
51 results for bits in version 5.1
-
Writing your first contribution for Django
- … bit is all about, see Writing documentation . That page also includes an explanation of how to build …
-
Advanced tutorial: How to write reusable apps
- … bit muddled with various tools. For this tutorial, we’re going to use setuptools to build …
-
Writing your first Django app, part 5
- … bit of Django programming you will ever do, then true, you don’t need to know …
-
The syndication feed framework
- … bits of functionality “for free” by using Django models, items() can return any type of object …
-
Signals
- … bit later , but right now look at the **kwargs argument. All signals send keyword arguments …
-
Sending email
- … bit of the email message. Here’s an example view that takes a subject , message …
-
The staticfiles app
- … bit finicky, there’s also a helper function that’ll do this for you: urls …
-
Writing documentation
- … bit” of that path. So :mod:`~django.contrib.auth` will display a link with the title “auth …
-
Writing your first Django app, part 2
- … bit of model code gives Django a lot of information. With it, Django is able …
-
Built-in Views
- … bit cumbersome to define this URL pattern, Django ships with a small URL helper function …