検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 117 for Site (0.026 sec.)
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the LANGUAGE_COOKIE_HTTPONLY , LANGUAGE_COOKIE_SAMESITE , and LANGUAGE_COOKIE_SECURE settings to set the H ... ttpOnly , SameSite , and Secure flags on language cookies. The defaul ... r subclass to customize the traceback text sent to site ADMINS when DEBUG is False . 管理コマンド ¶ The ne ... OPTIONS setting defaults to 'SAMEORIGIN' . If your site uses frames of itself, you will need to explicitly ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 5625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n caching in Django . New decorators for the admin site ¶ The new display() decorator allows for easily ad ... Although not recommended, you may set the new AdminSite.final_catch_all_view to False to disable the catch ... unctional indexes for more details. django.contrib.sitemaps ¶ The new Sitemap attributes alternates , lang ... uages and x_default allow generating sitemap alternates to localized versions of your pages. ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 5625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... may never happen if a user doesn't return to your site). In this case, you can use a "wrapped" password h ... . Finally, we'll add a PASSWORD_HASHERS setting: mysite/settings.py ¶ PASSWORD_HASHERS = [ 'django.contrib ... ordHasher' , ] Include any other hashers that your site uses in this list. Included hashers ¶ The full lis ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 5625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f a cookie can have an impact on the speed of your site. ビューでセッションを使う ¶ SessionMiddleware を有 ... COOKIE_NAME SESSION_COOKIE_PATH SESSION_COOKIE_SAMESITE SESSION_COOKIE_SECURE SESSION_ENGINE SESSION_EXPIR ... e.com" which would cause session cookies from that site to be sent to bad.example.com . 技術的な詳細 ¶ セッ ... y does that behavior make URLs ugly, it makes your site vulnerable to session-ID theft via the "Referer" h ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
Django を使う — Django 4.0.6 ドキュメント 5625
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo's cache framework Setting up the cache The per-site cache The per-view cache Template fragment caching ...
https://man.plustar.jp/django/topics/index.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ourself with the basics of how Git works. Git's website offers downloads for various operating systems. Th ... e site also contains vast amounts of documentation . The ... ork . The source code for the Djangoproject.com website can be found at github.com/django/djangoproject.co ...
https://man.plustar.jp/django/internals/git.html - [similar]
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oduction to Django's automatically-generated admin site. 困ったときは: このチュートリアルの実行に問題がある ... ンに進んでください。 Database の設定 ¶ それでは、 mysite/settings.py を開いてください。これは、 Django の設 ... スのインタラクティブプロンプトで実行してください。 mysite/settings.py のデータベースユーザに 「データベース作 ... であればデータベースファイルが自動で生成されます。 mysite/settings.py を編集する際、 TIME_ZONE に自分のタイム ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
モデルインスタンスリファレンス — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iterable containing strings. An empty update_fields iterable will skip the save. A value of None will per ... notably, to display an object in the Django admin site and as the value inserted into a template when it ... されている場合、オブジェクト編集のページは "View on site" リンクを持つようになり、 get_absolute_url() で定義 ...
https://man.plustar.jp/django/ref/models/instances.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 5575
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... りません。 If you want to use Django on a production site, use Apache with mod_wsgi . mod_wsgi operates in o ...
https://man.plustar.jp/django/topics/install.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5525
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ne ) [ソース] ¶ This handler sends an email to the site ADMINS for each log message it receives. If the lo ...
https://man.plustar.jp/django/ref/logging.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT