- Language: en
12 results for list in version 4.2
-
How to create custom template tags and filters
- … list of given strings each time it’s rendered: {% for o in some_list %} < tr class …
-
How to create custom model fields
- … lists of cards ('Ah', '9s', etc.) self . north = north self . east …
-
How to manage error reporting
- … listed in the ADMINS setting whenever your code raises an unhandled exception and results in an internal …
-
How to create custom django-admin commands
- … list or tuple of tags, e.g. [Tags.staticfiles, Tags.models] . System checks registered in the chosen tags …
-
How to authenticate 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 …
-
How to authenticate using REMOTE_USER
- … list will use ModelBackend as a fallback if REMOTE_USER is absent, which will solve …
-
How to provide initial data for models
- … list of directories provided in the FIXTURE_DIRS setting. To completely prevent default search form …
-
How to create PDF files
- … list of functionality. p . drawString ( 100 , 100 , "Hello world." ) # Close the PDF object …
-
How to write a custom storage class
- … listing the contents of certain storage backends turns out to be expensive, you might decide …
-
How to manage static files (e.g. images, JavaScript, CSS)
- … list of directories ( STATICFILES_DIRS ) in your settings file where Django will also look for static …
-
How to create CSV output
- … list of items to your template, and have the template output the commas in a for loop …
-
How to implement a custom template backend
- … lists the template engines and loaders that were used when trying to find a given …