検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 387 for This (0.168 sec.)
Django 1.2.6 release notes — Django 4.0.6 ドキュメント 3912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... notes ¶ September 9, 2011 Django 1.2.6 へようこそ! This is the sixth bugfix/security release in the Django ... 2.X series. For a full list of issues addressed in this release, see the security advisory . 前のトピックへ ...
https://man.plustar.jp/django/releases/1.2.6.html - [similar]
Django 1.3.1 release notes — Django 4.0.6 ドキュメント 3912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... notes ¶ September 9, 2011 Django 1.3.1 へようこそ! This is the first security release in the Django 1.3 se ... Django 1.3. For a full list of issues addressed in this release, see the security advisory . 前のトピックへ ...
https://man.plustar.jp/django/releases/1.3.1.html - [similar]
Django 1.3.7 release notes — Django 4.0.6 ドキュメント 3912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... errors when running with some versions of Python. This releases corrects this, and also fixes a bad docum ...
https://man.plustar.jp/django/releases/1.3.7.html - [similar]
Django 1.4.5 release notes — Django 4.0.6 ドキュメント 3912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... errors when running with some versions of Python. This releases corrects this, and also fixes a bad docum ...
https://man.plustar.jp/django/releases/1.4.5.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 3886
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sting database. You can view the output by running this command: $ python manage.py inspectdb Save this as ... irection: $ python manage.py inspectdb > models.py This feature is meant as a shortcut, not as definitive ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 3886
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y recommend allowing null=True for CharField since this allows the field to have two "empty values", but i ... . Caveats on Oracle Due to an Oracle convention , this function returns the empty string instead of None ... ple date above is +10:00. The values returned when this timezone is active will be the same as above excep ... st databases and from Python's standard functions. This function will return 1 for Sunday, 2 for Monday, t ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
django.contrib.gis.measure — Django 4.0.6 ドキュメント 3860
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rce code must retain the above copyright notice, # this list of conditions and the following disclaimer. # ... form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in ... used # to endorse or promote products derived from this software without # specific prior written permissi ... on. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND ...
https://man.plustar.jp/django/_modules/django/contrib/gis/measure.html - [similar]
How to use Django with Daphne — Django 4.0.6 ドキュメント 3860
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... would look like: daphne myproject.asgi:application This will start one process listening on 127.0.0.1:8000 ... project be on the Python path; to ensure that run this command from the same directory as your manage.py ...
https://man.plustar.jp/django/howto/deployment/asgi/daphne.html - [similar]
How to use Django with Hypercorn — Django 4.0.6 ドキュメント 3860
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ld look like: hypercorn myproject.asgi:application This will start one process listening on 127.0.0.1:8000 ... project be on the Python path; to ensure that run this command from the same directory as your manage.py ...
https://man.plustar.jp/django/howto/deployment/asgi/hypercorn.html - [similar]
How to use Django with Uvicorn — Django 4.0.6 ドキュメント 3860
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .asgi:application -k uvicorn.workers.UvicornWorker This will start one process listening on 127.0.0.1:8000 ... project be on the Python path; to ensure that run this command from the same directory as your manage.py ...
https://man.plustar.jp/django/howto/deployment/asgi/uvicorn.html - [similar]