検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 31 for mysite (0.047 sec.)
はじめての Django アプリ作成、その2 — Django 4.0.6 ドキュメント 7700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ョンに進んでください。 Database の設定 ¶ それでは、 mysite/settings.py を開いてください。これは、 Django の設 ... ースのインタラクティブプロンプトで実行してください。 mysite/settings.py のデータベースユーザに 「データベース作 ... 要であればデータベースファイルが自動で生成されます。 mysite/settings.py を編集する際、 TIME_ZONE に自分のタイム ... tables according to the database settings in your mysite/settings.py file and the database migrations shipp ...
https://man.plustar.jp/django/intro/tutorial02.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 7700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t * urlpatterns = patterns ( '' , ( '^myview/$' , 'mysite.myapp.views.myview' ) ) can now be rewritten as: f ... rom django.conf.urls.defaults import * from mysite.myapp.views import myview urlpatterns = patterns ( ... .views.generic.list_detail import object_list from mysite.myapp.models import MyModel info = { "queryset" : ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.8.10 リリースノート — Django 4.0.6 ドキュメント 7700
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... they shouldn't be. For example, a URL like http://mysite.example.com\@attacker.com would be considered safe ... if the request's host is http://mysite.example.com , but redirecting to this URL sends th ...
https://man.plustar.jp/django/releases/1.8.10.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 7635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r instance, with the following layout: manage . py mysite / __init__ . py settings . py urls . py myapp / __ ... init__ . py models . py You could import mysite.settings , mysite.urls , and mysite.myapp , but no ... and import it as just myapp , place it outside the mysite/ directory: manage . py myapp / __init__ . py mode ... ls . py mysite / __init__ . py settings . py urls . py If the sam ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 7635
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... they shouldn't be. For example, a URL like http://mysite.example.com\@attacker.com would be considered safe ... if the request's host is http://mysite.example.com , but redirecting to this URL sends th ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
FAQ: Django を使う — Django 4.0.6 ドキュメント 7587
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... LE is set to a fully-qualified Python module (i.e. mysite.settings ). その設定モジュールは sys.path の上にあ ... りますか ( import mysite.settings はうまくいきますか)。 モジュールに構文エラ ...
https://man.plustar.jp/django/faq/usage.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 7457
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... えると、プロジェクトはこのようになっているはずです: mysite / manage . py mysite / __init__ . py settings . py ... s . py templates / admin / base_site . html すでに mysite/templates を チュートリアル 7 で、 polls/templates ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
アプリケーション — Django 4.0.6 ドキュメント 7457
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ルも含まれます。たとえば、 django-admin startproject mysite を実行すると、 mysite プロジェクトディレクトリが作 ... .py 、 asgi.py 、 wsgi.py などのファイルが含まれる mysite Python パッケージが作られます。プロジェクトパッケー ...
https://man.plustar.jp/django/ref/applications.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 7409
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... will exist, for instance: FORMAT_MODULE_PATH = [ 'mysite.formats' , 'some_app.formats' , ] Files are not pl ... sh formats, a structure like this would be needed: mysite / formats / __init__ . py en / __init__ . py forma ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
設定 — Django 4.0.6 ドキュメント 7279
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rward slashes, even on Windows (e.g. C:/homes/user/mysite/sqlite3.db ). CONN_MAX_AGE ¶ デフォルト値: 0 The l ... file. For example, if FORMAT_MODULE_PATH is set to mysite.formats , and current language is en (English), Dj ... ango will expect a directory tree like: mysite / formats / __init__ . py en / __init__ . py forma ... Python paths, for example: FORMAT_MODULE_PATH = [ 'mysite.formats' , 'some_app.formats' , ] When Django sear ...
https://man.plustar.jp/django/ref/settings.html - [similar]
PREV 1 2 3 4 NEXT