検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 112 for project (0.077 sec.)
Advanced testing topics — Django 4.0.6 ドキュメント 5992
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... differentiate between internal and external URLs. Projects that support multitenancy or otherwise alter busi ... s file. For example, the test suite for docs.djangoproject.com includes the following: from django.test impor ... get ( '/en/dev/search/' , HTTP_HOST = 'docs.djangoproject.dev:8000' ) self . assertEqual ( response . status ... le includes a list of the domains supported by the project: ALLOWED_HOSTS = [ 'www.djangoproject.dev' , 'docs ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 5890
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s confusion or disagreement. Django is a community project, and every contribution helps. We can't do this wi ... d anyone can triage tickets. Django is a community project, and we encourage triage by the community . By way ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5890
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... いて説明します。 オーバービュー ¶ adminサイトは startproject で使用されるデフォルトのプロジェクトテンプレートで ... 有効になります。 If you're not using the default project template, here are the requirements: Add 'django.c ... rom .models import Author , Editor , Reader from myproject.admin_site import custom_admin_site @admin . regis ... r a specific app, or a specific model. Set up your projects admin template directories ¶ The admin template f ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 5890
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... all of the models installed in your Django-powered project, providing a high-level, generic interface for wor ... ore information about the models installed in your project, and new instances of ContentType are automaticall ... t INSTALLED_APPS list created by django-admin startproject , but if you've removed it or if you manually set ... tems : >>> b = Bookmark ( url = 'https://www.djangoproject.com/' ) >>> b . save () >>> t1 = TaggedItem ( cont ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 5890
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... there's no development instance, for example. If a project uses a package like the django-debug-toolbar , the ... d a performance regression when running migrate in projects with RenameModel operations ( #27279 ). Added mod ...
https://man.plustar.jp/django/releases/1.10.3.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 5890
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ata while upgrading multiple instances of the same project to Django 3.1 ( #31864 ). Adjusted admin's navigat ... ordValidator and settings.py generated by the startproject command, when user didn't have permissions to all ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
非同期サポート — Django 4.0.6 ドキュメント 5890
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... le ASGI mode if you have asynchronous code in your project. 非同期安全性 ¶ DJANGO_ALLOW_ASYNC_UNSAFE ¶ Certai ... . The asgiref package itself is part of the Django project, and it is automatically installed as a dependency ...
https://man.plustar.jp/django/topics/async.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 5802
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "The Python path to a settings module, e.g. " '"myproject.settings.main". If this isn \' t provided, the ' " ... ry to add to the Python path, e.g. " '"/home/djangoprojects/myproject".' ), ) self . add_base_argument ( pars ... e system check framework to validate entire Django project. Raise CommandError for any serious message (error ... _migration_count)s unapplied migration(s). " "Your project may not work properly until you apply the " "migra ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 5802
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s only available if the staticfiles app is in your project's INSTALLED_APPS setting. Example usage:   $ dja ... s only available if the staticfiles app is in your project's INSTALLED_APPS setting. --insecure doesn't work ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Signals — Django 4.0.6 ドキュメント 5802
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ps An instance of Apps containing the state of the project before the migration run. It should be used instea ... ps An instance of Apps containing the state of the project after the migration run. It should be used instead ...
https://man.plustar.jp/django/ref/signals.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT