検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 99 for manage (0.052 sec.)
The flatpages app — Django 4.0.6 ドキュメント 6726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... "flat" HTML content in a database and handles the management for you via Django's admin interface and a Pyt ... D = 1 , but if you're using the sites framework to manage multiple sites, it could be the ID of a different ... eware' to your MIDDLEWARE setting. Run the command manage.py migrate . How it works ¶ manage.py migrate crea ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 6726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eware' to your MIDDLEWARE setting. Run the command manage.py migrate . How it works ¶ manage.py migrate crea ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 6726
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s if they were normal Django tests. When you run ./manage.py test , Django looks at the TEST_RUNNER setting ... o will execute your test runner whenever you run ./manage.py test . In this way, it is possible to use any t ... should generally be the directory containing your manage.py file. verbosity determines the amount of notifi ... ethod to add custom arguments accepted by the test management command. See argparse.ArgumentParser.add_argum ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django の概要 — Django 4.0.6 ドキュメント 6635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンドラインユーティリティを実行します。   $ python manage.py makemigrations $ python manage.py migrate ...\> ... py manage.py makemigrations ...\> py manage.py migrate makem ...
https://man.plustar.jp/django/intro/overview.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 6635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ommands. For example, a template with the filename manage.py-tpl will be created as manage.py . Please file ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 6635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ormSet ( data ) >>> formset . has_changed () False ManagementForm を理解する ¶ You may have noticed the addi ... ormset's data above. This data is required for the ManagementForm . This form is used by the formset to mana ... ontained in the formset. If you don't provide this management data, the formset will be invalid: >>> data = ... かかわらず POST データに存在することが期待されます。 ManagementFormは、フォームセット自体の属性として使用できま ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
How to manage error reporting — Django 4.0.6 ドキュメント 6530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Index | Modules « previous | up | next » How to manage error reporting ¶ サイトを公開している場合、 DEBUG ... are met, Django will email the users listed in the MANAGERS setting whenever your code raises a 404 and the ... report/log errors if DEBUG is False . 目次 How to manage error reporting E メールのレポート サーバーエラー ...
https://man.plustar.jp/django/howto/error-reporting.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r model changes ¶ Different exception from get() ¶ Managers now return a MultipleObjectsReturned exception i ... <app> in the code below with each app's name: $ ./manage.py dumpdata --format = xml <app> > data-dump.xml $ ... ./manage.py reset <app> $ ./manage.py loaddata data-dump.xm ... ( username = 'myuser' , password = 'mypassword' ) Management commands ¶ Running management commands from yo ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 6530
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... import render from myapp.models import Author def manage_authors ( request ): AuthorFormSet = modelformset_ ... mset = AuthorFormSet () return render ( request , 'manage_authors.html' , { 'formset' : formset }) As you ca ... import render from myapp.models import Author def manage_authors ( request ): AuthorFormSet = modelformset_ ... ( queryset = queryset ) return render ( request , 'manage_authors.html' , { 'formset' : formset }) Note that ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
How to deploy static files — Django 4.0.6 ドキュメント 6439
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... trib.staticfiles の使い方の基本に関しては、 How to manage static files (e.g. images, JavaScript, CSS) を読ん ... ファイルを配信する さらに学ぶ 前のトピックへ How to manage static files (e.g. images, JavaScript, CSS) 次のト ...
https://man.plustar.jp/django/howto/static-files/deployment.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT