検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 257 for all (0.093 sec.)
The flatpages app — Django 4.0.6 ドキュメント 5218
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e, or multiple, sites. The content field may optionally be left blank if you prefer to put your content i ... n a custom template. インストール ¶ To install the flatpages app, follow these steps: Install the ... ework by adding 'django.contrib.sites' to your INSTALLED_APPS setting, if it's not already in there. Also ... he site the settings file represents. This will usually be 1 (i.e. SITE_ID = 1 , but if you're using the ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Django 1.4 documentation 5168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er はひとつもありません。 >>> Reporter . objects . all () [] .. # Create a new Reporter. # 新しい Reporte ... # Save the object into the database. You have to call save() explicitly. # オブジェクトをデータベースに保 ... データベース上にあります。 >>> Reporter . objects . all () [ < Reporter : John Smith > ] .. # Fields are r ... objects . get ( id = 2 ) Traceback ( most recent call last ): ... DoesNotExist : Reporter matching query ...
https://man.plustar.jp/django/contents.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... go-powered sites. Use it if your single Django installation powers more than one site and you need to dif ... u, but Django uses it in a couple of ways automatically via a couple of conventions. Example usage ¶ Why ... ings quite nicely: It lets the site producers edit all content -- on both sites -- in a single interface ... ng ForeignKey . For example, if an article is only allowed on a single site, you'd use a model like this: ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
検索 — Django 4.0.6 ドキュメント 5168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... matching operations. For example, you may wish to allow lookup up an author like so: >>> Author . object ... provides a selection of database specific tools to allow you to leverage more complex querying options. O ... y databases may have. Searching in other databases All of the searching tools provided by django.contrib. ... tabase, you should be able to construct queries to allow similar APIs. If there are specific things which ...
https://man.plustar.jp/django/topics/db/search.html - [similar]
django.contrib.messages.middleware — Django 4.0.6 ドキュメント 5109
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (i.e., save the messages). Raise ValueError if not all messages could be stored and DEBUG is True. """ # ... ges and settings . DEBUG : raise ValueError ( "Not all temporary messages could be stored." ) return resp ...
https://man.plustar.jp/django/_modules/django/contrib/messages/middleware.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 5109
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... @ localhost . However, some mail providers reject all email from this address. To use a different sender ... for 404s that don't have a referer -- those are usually people typing in broken URLs or broken web bots. ... s 404 errors, such as LocaleMiddleware or FlatpageFallbackMiddleware . Put it toward the top of your MIDD ... tering sensitive information ¶ Error reports are really helpful for debugging errors, so it is generally ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 5109
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Therefore if you remove an application from INSTALLED_APPS , it's a good idea to use the collectstatic ... ng the enabled finders . The default is to look in all locations defined in STATICFILES_DIRS and in the ' ... static' directory of apps specified by the INSTALLED_APPS setting. The collectstatic management comma ... nd calls the post_process() method of the STATICFILES_STOR ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 5109
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cript > Setting the token on the AJAX request ¶ Finally, you'll need to set the header on your AJAX reque ... dleware . It is sent with every response that has called django.middleware.csrf.get_token() (the function ... used internally to retrieve the CSRF token), if it wasn't already ... eld with the name 'csrfmiddlewaretoken' present in all outgoing POST forms. The value of this field is, a ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 5109
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 必要があります。単純な手段としては、 Session.objects.all().delete() を実行することが挙げられます。 認証バッ ... er_permissions() 、 get_group_permissions() 、 get_all_permissions() 、 has_perm() 、 has_module_perms() ... クティブでないユーザーの認証行為を許可したい場合は、 AllowAllUsersModelBackend や AllowAllUsersRemoteUserBa ... label of the Django app (which must be in your INSTALLED_APPS ), and the name of the Django model that yo ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 5059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o you'll need a copy of the Git client (a program called git ) on your computer, and you'll want to famil ... ango/django . It contains the full source code for all Django releases, which you can browse online. The ... ch. 注釈 Prior to March 2021, the main branch was called master . Note that this will get all of Django: ... as tagged, the branch stable/1.5.x was created and all further work on preparing the code for the final 1 ...
https://man.plustar.jp/django/internals/git.html - [similar]