検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 158 for must (0.045 sec.)
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 6462
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odel and want to use this default auth handler, it must support an is_active attribute. If you want to use ... group based authorization, your custom user must have a relation named 'groups', referring to a rel ... Script directive, the same WSGI script mysite.wsgi must also import the groups_for_user function which ret ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
django.core.files.uploadhandler — Django 4.0.6 ドキュメント 6163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion ): """ This exception is raised when an upload must abort. """ def __init__ ( self , connection_reset ... mplementedError ( "subclasses of FileUploadHandler must provide a receive_data_chunk() method" ) [ドキュメ ... mplementedError ( "subclasses of FileUploadHandler must provide a file_complete() method" ) [ドキュメント] ...
https://man.plustar.jp/django/_modules/django/core/files/uploadhandler.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 6163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... """ if not resultclasses : raise TypeError ( "You must pass at least one argument to keep_lazy()." ) def ... self . _wrapped , name ) def _setup ( self ): """ Must be implemented by subclasses to initialize the wra ... se NotImplementedError ( "subclasses of LazyObject must provide a _setup() method" ) # Because we have mes ... n in various circumstances within Django, then you must ensure that the callable can be safely run more th ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 6163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ers want to pick a non-default configuration, they must replace 'rock_n_roll' with the dotted path to that ... efined anywhere. In this situation, INSTALLED_APPS must contain the dotted path to the configuration class ... which application the configuration applies to. It must be set in all AppConfig subclasses. Djangoプロジェ ... GI support. When invoking a management command. It must be called explicitly in other cases, for instance ...
https://man.plustar.jp/django/ref/applications.html - [similar]
Installing Geospatial libraries — Django 4.0.6 ドキュメント 6163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sudo make install $ sudo ldconfig 注釈 macOS users must install Xcode in order to compile software from so ... /home/bob/local/lib/libgeos_c.so' 注釈 The setting must be the full path to the C shared library; in other ... ectory (use nad subdirectory for PROJ < 6.x). This must be done prior to configuration: $ tar xzf proj-X.Y ...
https://man.plustar.jp/django/ref/contrib/gis/install/geolibs.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... upload path, including the filename. This callable must accept two arguments and return a Unix-style path ... the original string representation of the JSON and must be decoded on the fly when queried based on keys. ... to its default value; a default for the ForeignKey must be set. SET () ¶ Set the ForeignKey to the value p ... for a full explanation and example. Note that you must set this value when defining relations on abstract ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6163
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ddleware that needs access to the response content must test for streaming responses and behave accordingl ... If you are using {{ year }} in your templates, you must replace it with {{ year|date:"Y" }} . next_year an ... a parameter in an OPTIONS or a DELETE request, you must convert it to a query string and append it to the ... eter in a PUT request without a content_type , you must encode your data before passing it to the test cli ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 6094
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... te CSRF_USE_SESSIONS or CSRF_COOKIE_HTTPONLY , you must include the CSRF token in your HTML and read the t ... ng HTTP GET, HEAD, OPTIONS or TRACE, a CSRF cookie must be present, and the 'csrfmiddlewaretoken' field mu ... .com . If the setting is not set, then the referer must match the HTTP Host header. Expanding the accepted ... unctions, due to the need for the CSRF token which must be sent with every POST request. For this reason, ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 6094
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that person chooses a different setting, your code must still continue to work. Ergo, it cannot rely on th ... seful in template tags and filters that absolutely must have a string to work with, not just something tha ... If you intend to allow users to upload files, you must ensure that the environment used to run Django is ... def some_view ( request ): # We know that the data must be encoded as KOI8-R (for some reason). request . ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6094
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pair describes the label of the Django app (which must be in your INSTALLED_APPS ), and the name of the D ... address, or any other unique identifier. The field must be unique (i.e., have unique=True set in its defin ... ted to supply a value for each of these fields. It must include any field for which blank is False or unde ... 'date_of_birth' , 'height' ] 注釈 REQUIRED_FIELDS must contain all required fields on your user model, bu ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT