検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 119 for work (0.099 sec.)
Coding style — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n Django. Pre-commit checks ¶ pre-commit is a framework for managing pre-commit hooks. These hooks help to ... before the settings.configure line, this will not work. (Internally, settings is a LazyObject which confi ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Writing documentation — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ation of features that have been added to the framework since the last release. This section explains how ... you need to begin with explanations of how things work - what matters is what the reader does, not what y ... torials and assume some knowledge about how Django works. Assume that the reader has followed the tutorial ... ocumentation: Django -- when referring to the framework, capitalize Django. It is lowercase only in Python ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e_gte = ( pnt , D ( chain = 100 ))) Raster queries work the same way by replacing the geometry field point ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Modules « previous | up | next » The "sites" framework ¶ Django comes with an optional "sites" framework. ... te between those sites in some way. The sites framework is mainly based on this model: class models. Site ... rrent site from views ¶ You can use the sites framework in your Django views to do particular things based ... s also the advantage of checking if the sites framework is installed, and return a RequestSite instance if ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... abel [app_label ...]] ¶ Uses the system check framework to inspect the entire Django project for common pr ... myapp --tag TAGS , -t TAGS ¶ The system check framework performs many different types of checks that are c ... n from your settings file. See Django's cache framework for more information. --database DATABASE ¶ Specif ... so you can customize it or use the migrations framework. dbshell ¶ django-admin dbshell ¶ Runs the command ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Model Meta options — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e careful if you intend to subclass your model. To work around name collisions, part of the name should co ...
https://man.plustar.jp/django/ref/models/options.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ickling models outside of Django, such as in an RQ worker, without calling django.setup() , but it creates ... r code in the case of RQ, you can provide your own worker script that calls django.setup() . non-null な外 ... and renamed to format_value() . The old name will work through a deprecation period. Private FileField me ... ename() are deprecated in favor of performing this work in Storage.generate_filename() ). Old-style middle ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Djangoの設定 — Django 4.0.6 ドキュメント 5637
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rom django.conf.settings import DEBUG # This won't work. また global_settings や自作の設定ファイルをimport ... commended -- when you're using a piece of the framework inside a larger application. したがって、 settings ...
https://man.plustar.jp/django/topics/settings.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 5550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd is in plain old PHP (with no use of modern frameworks), you're probably used to putting code under the ... ). You have unapplied migrations; your app may not work properly until they are applied. Run 'python manag ... eloping. (We're in the business of making web frameworks, not web servers.) Now that the server's running, ... ngratulations!" page, with a rocket taking off. It worked! ポート番号の変更 デフォルトでは runserver コマン ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 5550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to move that code to a submodule and import it. A workaround is to import the registry under a different ... ncies between your models modules and do as little work as possible at import time. To avoid executing cod ...
https://man.plustar.jp/django/ref/applications.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT