- Language: en
12 results for list in version 3.2
-
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 …
-
Writing custom django-admin commands
- … list or tuple of tags, e.g. [Tags.staticfiles, Tags.models] . System checks registered in the chosen tags …
-
Custom template backend
- … lists the template engines and loaders that were used when trying to find a given …
-
Outputting CSV with Django
- … list of items to your template, and have the template output the commas in a for loop …
-
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 …
-
Authentication using REMOTE_USER
- … list will use ModelBackend as a fallback if REMOTE_USER is absent, which will solve …
-
Outputting PDFs with Django
- … list of functionality. p . drawString ( 100 , 100 , "Hello world." ) # Close the PDF object …
-
Providing initial data for models
- … list of additional directories where Django should look. When running manage.py loaddata , you can also …
-
Writing a custom storage system
- … listing the contents of certain storage backends turns out to be expensive, you might decide …
-
Managing static files (e.g. images, JavaScript, CSS)
- … list of directories ( STATICFILES_DIRS ) in your settings file where Django will also look for static …