検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 312 for use (0.049 sec.)
コードのコミット — Django 4.0.6 ドキュメント 5038
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... request. At this point, you can work on the code. Use git rebase -i and git commit --amend to make sure ... n't need to be merged as multiple commits, you can use GitHub's "Squash and merge" button on the website. ... is great and should be implemented immediately because nobody contested it. Everyone doesn't always have ... of SVN specific tasks. Added guidelines of how to use Git, GitHub, and how to use pull request together ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5001
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... After you've taken these steps, you'll be able to use the admin site by visiting the URL you hooked it i ... o ( /admin/ , by default). If you need to create a user to login with, use the createsuperuser command. B ... default, logging in to the admin requires that the user has the is_staff attribute set to True . Finally, ... PersonAdmin ( admin . ModelAdmin ): pass You can't use this decorator if you have to reference your model ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 4964
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ions describe a value or a computation that can be used as part of an update, create, filter, order by, a ... n an expression outputs a boolean value, it may be used directly in filters. There are a number of built- ... in expressions (documented below) that can be used to help you write queries. Expressions can be com ... ' ) + F ( 'services' ))) # Expressions can also be used in order_by(), either directly Company . objects ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 4964
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s a way to generate a request instance that can be used as the first argument to any view. This means you ... y: from django.contrib.auth.models import AnonymousUser , User from django.test import RequestFactory , T ... factory. self . factory = RequestFactory () self . user = User . objects . create_user ( username = 'jaco ... are not supported. You can simulate a # logged-in user by setting request.user manually. request . user ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 4936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | up | next » How to authenticate against Django's user database from Apache ¶ Since keeping multiple aut ... a files directly from Apache only to authenticated users. Authenticate access to a Subversion repository ... against Django users with a certain permission. Allow certain users t ... with mod_dav . 注釈 If you have installed a custom user model and want to use this default auth handler, ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 4936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tributions to the test suite! The Django tests all use the testing infrastructure that ships with Django ... ango settings module that defines the databases to use. To help you get started, Django provides and uses ... a sample settings module that uses the SQLite database. See Using another settings m ... odule to learn how to use a different settings module to run the tests with ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
フォーム API — Django 4.0.6 ドキュメント 4936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... () function). If for some reason you don't want to use client-side escaping, you can also set escape_html ... True and error messages will be escaped so you can use them directly in HTML. Form.errors. get_json_data ... フォームの初期値を設定することができます。たとえば、 username フォームを埋めるのに、現在のセッションの user ... allable values are evaluated. It is recommended to use BoundField.initial over get_initial_for_field() be ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
検索 — Django 4.0.6 ドキュメント 4936
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erent selections of tools, possibly via plugins or user-defined functions. Django doesn't include any sup ... port for them at this time. We'll use some examples from PostgreSQL to demonstrate the k ... mined that a case insensitive lookup would be more useful. When dealing with non-English names, a further ... improvement is to use unaccented comparison : >>> Author . objects . fil ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 4898
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ext manager controls which thread pool executor is used when in thread sensitive mode. By default, a sing ... he ThreadSensitiveContext() context manager may be used to specify a thread pool per context. This contex ... op in a new thread. Either way, this thread then pauses and waits to run any thread_sensitive code called ... {} # Keeps track of which CurrentThreadExecutor to use. This uses an asgiref # Local, not a threadlocal, ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
LICENSE.txt 4898
Font Awesome Free License ------------------------- Font Awesome Free is free, open source, and ... GPL friendly. You can use it for commercial projects, open source projects, ... ons are trademarks of their respective owners. The use of these trademarks does not indicate endorsement ... r by Font Awesome, nor vice versa. **Please do not use brand logos for any purpose except to represent th ...
https://man.plustar.jp/django/_static/fontawesome/LICENSE.txt - [similar]