- Language: en
11 results for list in version 1.10
-
Custom template tags and filters
- … list of given strings each time it’s rendered: {% for o in some_list %} < tr class …
-
Writing custom model fields
- … lists of cards ('Ah', '9s', etc.) self . north = north self . east …
-
Error reporting
- … listed in the ADMINS setting whenever your code raises an unhandled exception and results in an internal …
-
Outputting PDFs with Django
- … list of functionality. p . drawString ( 100 , 100 , "Hello world." ) # Close the PDF object …
-
Outputting CSV with Django
- … list or tuple. The CSV module takes care of quoting for you, so you don’t have …
-
Authenticating against Django’s user database from Apache
- … list groups the given user belongs to. from django.contrib.auth.handlers.modwsgi import check_password , groups_for_user …
-
Managing static files (e.g. images, JavaScript, CSS)
- … list of directories ( STATICFILES_DIRS ) in your settings file where Django will also look for static …
-
Authentication using REMOTE_USER
- … list will use ModelBackend as a fallback if REMOTE_USER is absent, which will solve …
-
Writing custom django-admin commands
- … list of check tags, like compatibility or models . BaseCommand subclasses class AppCommand A management command …
-
Writing a custom storage system
- … listing the contents of certain storage backends turns out to be expensive, you might decide …
-
Providing initial data for models
- … list of additional directories where Django should look. When running manage.py loaddata , you can also …