- Language: en
56 results for add in version 1.10
-
GeoDjango Installation
- … Add django.contrib.gis to INSTALLED_APPS Like other Django contrib applications, you will only need to add …
-
Built-in template tags and filters
- … add Adds the argument to the value. For example: {{ value | add :"2" }} If value …
-
SchemaEditor
- … add_field() BaseDatabaseSchemaEditor. add_field ( model , field ) [source] Adds a column (or sometimes multiple) to the model …
-
The flatpages app
- … Add 'django.contrib.flatpages' to your INSTALLED_APPS setting. Then either: Add an entry in your URLconf …
-
contrib packages
- … add-ons – specifically, the add-ons that include either models or template tags – you’ll need …
-
The redirects app
- … Add 'django.contrib.redirects' to your INSTALLED_APPS setting. Add 'django.contrib.redirects.middleware.RedirectFallbackMiddleware' to your MIDDLEWARE setting. Run the command …
-
The Django admin site
- … add them. Add django.contrib.auth.context_processors.auth and django.contrib.messages.context_processors.messages to the 'context_processors' option of the DjangoTemplates backend …
-
Model field reference
- … add a method to retrieve the human-readable name for the field’s current value …
-
The syndication feed framework
- … add to the root feed element ( feed / channel ). SyndicationFeed.add_root_elements(self, handler) Callback to add …
-
Settings
- … add this setting to your project and add back any hashers that you need. Also …