検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 31 for mysite (0.053 sec.)
はじめての Django アプリ作成、その 7 — Django 4.0.6 ドキュメント 7166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ートはプロジェクト内に置きましょう。 設定ファイル ( mysite/settings.py ) を開いて、 TEMPLATES 設定オプションの ... 中に、次のように DIRS オプションを追加します。 mysite/settings.py ¶ TEMPLATES = [ { 'BACKEND' : 'django. ...
https://man.plustar.jp/django/intro/tutorial07.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7166
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ample, if your INSTALLED_APPS contains the string 'mysite.blog' , the app name is blog . Determining the ver ... gs module should be in Python package syntax, e.g. mysite.settings . If this isn't provided, django-admin wi ... . 使い方の例: django - admin migrate -- settings = mysite . settings --traceback ¶ Displays a full stack tra ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
データベース — Django 4.0.6 ドキュメント 7101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w directory with a base module in it. For example: mysite / ... mydbengine / __init__ . py base . py The bas ... ture class allows_group_by_selected_pks_on_model : mysite/mydbengine/base.py ¶ from django.db.backends.postg ...
https://man.plustar.jp/django/ref/databases.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 7101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }), ] # inner.py from django.urls import path from mysite import views urlpatterns = [ path ( 'archive/' , v ... ain.py from django.urls import include , path from mysite import views urlpatterns = [ path ( 'blog/' , incl ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7037
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the URL patterns in the tutorial are changed from: mysite/urls.py ¶ urlpatterns = [ url ( r '^polls/' , incl ... ( 'polls.urls' , namespace = "polls" )), ... ] to: mysite/urls.py ¶ urlpatterns = [ url ( r '^polls/' , incl ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 6988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... は ROOT_URLCONF に指定されている Python モジュール mysite.urls をロードします。そのモジュール内の urlpattern ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re. Finally, we'll add a PASSWORD_HASHERS setting: mysite/settings.py ¶ PASSWORD_HASHERS = [ 'django.contrib ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 6988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -- Traceback ( most recent call last ): File "/dev/mysite/polls/tests.py" , line 16 , in test_was_published_ ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 6923
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... raceback ( most recent call last ): File "/path/to/mysite/polls/tests.py" , line 16 , in test_was_published_ ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 6923
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ta method in your Feed subclass. For example: from mysite.models import Article from django.contrib.syndicat ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
PREV 1 2 3 4 NEXT