検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 117 for apps (0.068 sec.)
The Django admin documentation generator — Django 4.0.6 ドキュメント 6062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ags, and template filters for any app in INSTALLED_APPS and makes that documentation available from the Dj ... ng: Add django.contrib.admindocs to your INSTALLED_APPS . Add path('admin/doc/', include('django.contrib.a ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e of the actual project. If settings, URLconfs and apps within the project are imported or referenced usin ... plication that can be used for deploying with WSGI app servers . The built-in development server now suppo ... d defined conventions for static files included in apps. Starting in Django 1.4, the admin's static files ... applies to the Django admin. Feel free to develop apps compatible with any range of browsers. Removed adm ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 6062
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ackend so that spatial indexes will be created for apps with migrations ( #23538 ). Added SchemaEditor for ... t spatial metadata and indexes will be created for apps with migrations ( #23537 ). Coerced the related_na ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
How to override templates — Django 4.0.6 ドキュメント 6000
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _file__ ) . resolve () . parent . parent INSTALLED_APPS = [ ... , 'blog' , ... , ] TEMPLATES = [ { 'BACKEN ... templates located outside of one of your project's apps, it's more common to use the first method and put ...
https://man.plustar.jp/django/howto/overriding-templates.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6000
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... You have django.contrib.sessions in your INSTALLED_APPS but you have not set SESSION_COOKIE_SECURE to True ... You have django.contrib.sessions in your INSTALLED_APPS , but you have not set SESSION_COOKIE_HTTPONLY to ... : django.contrib.contenttypes must be in INSTALLED_APPS in order to use the admin application. admin.E402 ... in.E405 : django.contrib.auth must be in INSTALLED_APPS in order to use the admin application. admin.E406 ...
https://man.plustar.jp/django/ref/checks.html - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 6000
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ial backends . Add django.contrib.gis to INSTALLED_APPS ¶ Like other Django contrib applications, you will ... only need to add django.contrib.gis to INSTALLED_APPS in your settings. This is so that the gis template ... configuration Add django.contrib.gis to INSTALLED_APPS トラブルシューティング Library environment setting ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 6000
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... taken from and/or inspired by the GeoDjango basic apps project. [2] 注釈 Proceed through the tutorial sec ... ' : 'geo' , }, } In addition, modify the INSTALLED_APPS setting to include django.contrib.admin , django.c ... world (your newly created application): INSTALLED_APPS = [ 'django.contrib.admin' , 'django.contrib.auth' ... and maintaining this dataset. [2] GeoDjango basic apps was written by Dane Springmeyer, Josh Livni, and C ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 6000
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the view that sends the page. Contrib and reusable apps ¶ Because it is possible for the developer to turn ... CsrfViewMiddleware , all relevant views in contrib apps use the csrf_protect decorator to ensure the secur ... recommended that the developers of other reusable apps that want the same guarantees also use the csrf_pr ... es AJAX without any HTML form Contrib and reusable apps 設定 Frequently Asked Questions Is posting an arbi ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
Django でのユーザー認証 — Django 4.0.6 ドキュメント 6000
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... すでに記述されています。これらは、あなたの INSTALLED_APPS に記述される 2 つの項目により構成されています: 'dj ... rmissions for any models defined in your installed apps. 使い方 ¶ Django のデフォルトの実装を使用する User ...
https://man.plustar.jp/django/topics/auth/index.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 6000
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n that test suite by approximately 3x. Third-party apps or those developing against MyISAM will need to se ... sually very quick, but if you wish to exclude some apps from this process (and speed up test runs slightly ... ), you may add those apps to TEST_NON_SERIALIZED_APPS . To prevent serialize ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT