検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 116 for app (0.072 sec.)
Django 1.6 release notes — Django 4.0.6 ドキュメント 6188
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... new in Django 1.6 ¶ Simplified default project and app templates ¶ The default templates used by startpro ... ject and startapp have been simplified and modernized. The admin is ... t suit your tastes, you can use custom project and app templates . Improved transaction management ¶ Djan ... tests.py modules of a Python package in INSTALLED_APPS . The new runner ( django.test.runner.DiscoverRun ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 6138
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lue from the context, which is a dict-like object mapping keys to values. Variables are surrounded by {{ ... mplate.backends.django.DjangoTemplates is a thin wrapper adapting django.template.Engine to Django's temp ... ango.template.backends.django.Template is a thin wrapper adapting django.template.Template to the common ... e.backends.django.DjangoTemplates' , 'DIRS' : [], 'APP_DIRS' : True , 'OPTIONS' : { # ... some options he ...
https://man.plustar.jp/django/topics/templates.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 6101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... poll コマンドは polls アプリケーションを INSTALLED_APPS に含むプロジェクト全てで利用できるようになります。 ... goは、ビルトインコマンドを読み込んだ後に INSTALLED_APPS を逆順に検索してコマンドを登録します。この検索の際 ... なければなりません。そして、そのアプリは、 INSTALLED_APPS で、オーバーライドするコマンドのアプリよりも前にあ ... d をインポートするプロジェクトのアプリ( INSTALLED_APPS でサードパーティアプリの前に注文) の1つで新しいコ ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6101
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e class that can be used as the basis for reusable applications that can be easily extended. See the docu ... les handling ¶ Django 1.3 ships with a new contrib app -- django.contrib.staticfiles -- to help developer ... Part of the purpose of introducing the staticfiles app is to make it easier to keep static files separate ... ts should now go in static/ subdirectories of your apps or in other static assets directories listed in S ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 6063
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d name collisions, part of the name may contain '%(app_label)s' and '%(class)s' , which are replaced, res ... pectively, by the lowercased app label and class name of the concrete model. For ex ... mple CheckConstraint(check=Q(age__gte=18), name='%(app_label)s_%(class)s_is_adult') . Validation of Const ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 6063
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ex | Modules « previous | up | next » Porting your apps from Django 0.96 to 1.0 ¶ Django 1.0 breaks compa ... s. This guide will help you port 0.96 projects and apps to 1.0. The first part of this document includes ... them, but they also won't do anything. To register apps with the admin you'll move those declarations to ... u were using Django 0.96's django.contrib.comments app, you'll need to upgrade to the new comments app in ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Model index reference — Django 4.0.6 ドキュメント 5975
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d name collisions, part of the name may contain '%(app_label)s' and '%(class)s' , which are replaced, res ... pectively, by the lowercased app label and class name of the concrete model. For ex ... ample Index(fields=['title'], name='%(app_label)s_%(class)s_title_index') . db_tablespace ¶ ...
https://man.plustar.jp/django/ref/models/indexes.html - [similar]
はじめての Django アプリ作成、その 1 — Django 4.0.6 ドキュメント 5938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... heck identified no issues (0 silenced). You have unapplied migrations; your app may not work properly unt ... il they are applied. Run 'python manage.py migrate' to apply them. ... ョン What's the difference between a project and an app? An app is a web application that does something - ... stem, a database of public records or a small poll app. A project is a collection of configuration and ap ...
https://man.plustar.jp/django/intro/tutorial01.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 5938
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... en django.contrib.auth is listed in your INSTALLED_APPS setting, it will ensure that four default permiss ... each Django model defined in one of your installed applications. これらの権限は manage.py migrate 実行時に ... 作成されます。 INSTALLED_APPS に django.contrib.auth を追加後初めての migrate を ... されるモデルに対してデフォルトの権限が作成されます。 app_label が foo でモデルが Bar であるアプリケーション ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
索引 — Django 4.0.6 ドキュメント 5888
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンオプション makemessages コマンドラインオプション --app loaddata コマンドラインオプション --backwards sqlm ... プション makemessages コマンドラインオプション startapp コマンドラインオプション startproject コマンドライ ... tension makemessages コマンドラインオプション startapp コマンドラインオプション startproject コマンドライ ... inspectdb コマンドラインオプション --include-stale-apps remove_stale_contenttypes コマンドラインオプション ...
https://man.plustar.jp/django/genindex.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT