検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 116 for app (0.077 sec.)
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 5850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y and put it in the Python package that holds your app. Then add the app to your INSTALLED_APPS setting. ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cheme is an important detail in a high-quality web application. Django lets you design URLs however you w ... s a formatted UUID. To prevent multiple URLs from mapping to the same page, dashes must be included and l ... example, in a request to https://www.example.com/myapp/ , the URLconf will look for myapp/ . In a request ... to https://www.example.com/myapp/?page=3 , the URLconf will look for myapp/ . The U ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
高度なチュートリアル: 再利用可能アプリの書き方 — Django 4.0.6 ドキュメント 5800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gi . py wsgi . py polls / __init__ . py admin . py apps . py migrations / __init__ . py 0001 _initial . p ... ジへのパス(ドット区切り)の最後の部分) は INSTALLED_APPS の中で 必ず ユニークでなければなりません。 auth 、 ... s/README.rst ¶ ===== Polls ===== Polls is a Django app to conduct web-based polls. For each question, vis ... start ----------- 1. Add "polls" to your INSTALLED_APPS setting like this:: INSTALLED_APPS = [ ... 'polls ...
https://man.plustar.jp/django/intro/reusable-apps.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 5800
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ore helpful error message if you try to migrate an app without first creating the contenttypes table ( #2 ... adds a get_absolute_url() method to any model that appears in ABSOLUTE_URL_OVERRIDES but doesn't define g ... Avoided masking some ImportError exceptions during application loading ( #22920 ). Empty index_together o ... tetime ( #23403 ). Allowed migrations to work with app_label s that have the same last part (e.g. django. ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 5763
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... template can be overridden by a project. (Reusable applications typically shouldn't override built-in tem ... django/forms/templates and then from the installed apps' templates directories using the app_directories ... s are located in django/forms/jinja2 and installed apps can provide templates in a jinja2 directory. To u ... ms and widgets in your project and its third-party apps must have Jinja2 templates. Unless you provide yo ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5763
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d s ( django.contrib.postgres must be in INSTALLED_APPS ). django.contrib.sitemaps ¶ Added the protocol k ... or the built-in backends, failed inserts can only happen on memcached. ファイルストレージ ¶ File.open() c ... g results based on any unique model field. CursorWrapper.callproc() now takes an optional dictionary of k ... y Oracle supports it. The new connection.execute_wrapper() method allows installing wrappers around execu ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
django — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... prefix = True ): """ Configure the settings (this happens as a side effect of accessing the first setting ... ), configure logging and populate the app registry. Set the thread-local urlresolvers script ... prefix if `set_prefix` is True. """ from django.apps import apps from django.conf import settings from ... T_NAME is None else settings . FORCE_SCRIPT_NAME ) apps . populate ( settings . INSTALLED_APPS ) クイック ...
https://man.plustar.jp/django/_modules/django.html - [similar]
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Tutorial 2 left off. We're continuing the web-poll application and will focus on creating the public inte ... ュー ¶ A view is a "type" of web page in your Django application that generally serves a specific function ... nd has a specific template. For example, in a blog application, you might have the following views: Blog ... DjangoTemplates バックエンドが設定されており、その APP_DIRS のオプションが True になっています。規約により ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... include ( pattern_list ) include ( (pattern_list , app_namespace) , namespace=None ) A function that take ... hould be "included" in this place. Optionally, the application namespace and instance namespace where the ... included into can also be specified. Usually, the application namespace should be specified by the inclu ... ded module. If an application namespace is set, the namespace argument c ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 5725
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or was raised every time two models clashed in the app registry. ( #23621 ). Prevented flush from loading ... initial data for migrated apps ( #23699 ). Fixed a makemessages regression in 1. ... ded unnecessary rollbacks of migrations from other apps when migrating backwards ( #23410 ). Fixed a rare ... view that prevented custom site header, etc. from appearing ( #23898 ). Fixed a regression with dynamica ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT