- Language: en
6 results for sub in version 3.2
-
The Django admin site
- … sub-directories named after your app. Within these app subdirectories create sub-directories named after …
-
Settings
- … sub-directories and any directories you include in STATICFILES_DIRS ). STATIC_URL Default: None URL to use when …
-
Using the Django authentication system
- … sub-classes. confirm_login_allowed ( user ) By default, AuthenticationForm rejects users whose is_active flag …
-
Logging
- … sub-logger for each subtype of security error, including all SuspiciousOperation s. The level of the log event …
-
GeoDjango Tutorial
- … Sub-Region Code' ) lon = models . FloatField () lat = models . FloatField () # GeoDjango-specific: a geometry field …
-
Custom template tags and filters
- … sub-rendering, set the auto-escape attribute to the current context’s value. The __init …