検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 99 for manage (0.061 sec.)
Pythonモジュール索引 — Django 4.0.6 ドキュメント 6439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... edirects. django.contrib.sessions Provides session management for Django projects. django.contrib.sessions.m ... ore.mail Helpers to easily send email. django.core.management django.core.paginator Classes to help you easi ... ly manage paginated data. django.core.signals Core signals s ... ngo.utils.encoding A series of helper functions to manage character encoding. django.utils.feedgenerator Syn ...
https://man.plustar.jp/django/py-modindex.html - [similar]
Django 1.3.7 release notes — Django 4.0.6 ドキュメント 6439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the project template settings.py file generated by manage.py startproject . 前のトピックへ Django 1.4 releas ...
https://man.plustar.jp/django/releases/1.3.7.html - [similar]
Django 1.4.5 release notes — Django 4.0.6 ドキュメント 6439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the project template settings.py file generated by manage.py startproject . 前のトピックへ Django 1.4.6 rele ...
https://man.plustar.jp/django/releases/1.4.5.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eption. Synchronizing your databases ¶ The migrate management command operates on one database at a time. By ... e first example above, you would need to call: $ ./manage.py migrate $ ./manage.py migrate --database=users ... would raise an error. For the second example: $ ./manage.py migrate --database=users $ ./manage.py migrate ... --database=customers Using other management commands ¶ Most other django-admin commands th ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
How to use Django with Daphne — Django 4.0.6 ドキュメント 6335
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t run this command from the same directory as your manage.py file. 目次 How to use Django with Daphne Instal ...
https://man.plustar.jp/django/howto/deployment/asgi/daphne.html - [similar]
How to use Django with Hypercorn — Django 4.0.6 ドキュメント 6335
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t run this command from the same directory as your manage.py file. For more advanced usage, please read the ...
https://man.plustar.jp/django/howto/deployment/asgi/hypercorn.html - [similar]
How to use Django with Uvicorn — Django 4.0.6 ドキュメント 6335
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t run this command from the same directory as your manage.py file. For more advanced usage, please read the ...
https://man.plustar.jp/django/howto/deployment/asgi/uvicorn.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 6335
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... This is typically done by a separate translation's manager rather than the releaser, but here are the steps. ... you have an account on Transifex: $ python scripts/manage_translations.py fetch and then commit the changed/ ... rom gpg --list-keys --keyid-format LONG ), release manager's GitHub username, release URL, and checksums: Th ... are. You will also need to have the Django release manager's public key in your keyring. This key has the ID ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
The sitemap framework — Django 4.0.6 ドキュメント 6335
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ead each time you call save() . Pinging Google via manage.py ¶ django-admin ping_google [sitemap_url] ¶ Once ... ct, you may also ping Google using the ping_google management command: python manage . py ping_google [ / si ... les 目次 Sitemap Pinging Google Pinging Google via manage.py 前のトピックへ The redirects app 次のトピックへ ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 6243
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Table of contents | Index | Modules up django.core.management.base のソースコード """ Base classes for writi ... ng management commands (named commands which can be executed ... through ``django-admin`` or ``manage.py``). """ import argparse import os import sys im ... tions import ImproperlyConfigured from django.core.management.color import color_style , no_style from djang ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT