- Language: en
46 results for bits in version 1.10
-
How to use Django with Apache and mod_wsgi
- … bit in the WSGIScriptAlias line is the base URL path you want to serve your …
-
Writing documentation
- … bit” of that path. So :mod:`~django.contrib.auth` will just display a link with the title …
-
Django shortcut functions
- … bit contrived since it’s equivalent to doing: get_object_or_404 ( Book , title__startswith …
-
Writing your first Django app, part 6
- … bits included with the framework see the static files howto and the staticfiles reference . Deploying …
-
Built-in Views
- … bit cumbersome to define this URL pattern, Django ships with a small URL helper function …
-
Outputting PDFs with Django
- … bits using reportlab . You can use a similar technique to generate any arbitrary format that …
-
Custom template tags and filters
- … bits mentioned above and registers it with the template system. Our current_time function could …
-
Model instance reference
- … bits of Django, such as the syndication feed framework , use get_absolute_url() when it is defined …
-
Working with forms
- … bit more about the underlying machinery. More about Django Form classes All form classes are created …
-
Writing your first Django app, part 1
- … bit. url() argument: kwargs Arbitrary keyword arguments can be passed in a dictionary to the target …