Results of 1 - 7 of about 7 for flatpage (0.020 sec.)
- The flatpages app — Django 4.0.6 ドキュメント 13522
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
nts | Index | Modules « previous | up | next » The flatpages app ¶ Django comes with an optional "flatpages" a ...
u via Django's admin interface and a Python API. A flatpage is a object with a URL, title and content. Use it ...
n't want to develop a custom Django application. A flatpage can use a custom template or a default, systemwide ...
flatpage template. It can be associated with one, or multip ...
-
https://man.plustar.jp/django/ref/contrib/flatpages.html
- [similar]
- The "sites" framework — Django 4.0.6 ドキュメント 8488
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ct, it takes into account the current site. In the flatpages framework , each flatpage is associated with a pa ...
rticular site. When a flatpage is created, you specify its Site , and the Flatpag ...
ckMiddleware checks the current site in retrieving flatpages to display. In the syndication framework , the te ...
-
https://man.plustar.jp/django/ref/contrib/sites.html
- [similar]
- Django 0.95 リリースノート — Django 4.0.6 ドキュメント 8433
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
amespace.) Some optional applications, such as the FlatPage, Sites and Redirects apps, have been decoupled and ...
-
https://man.plustar.jp/django/releases/0.95.html
- [similar]
- Django の admin サイト — Django 4.0.6 ドキュメント 8288
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ションを使用してください。たとえば、 django.contrib.flatpages.models.FlatPage モデルに対して admin フォームのよ ...
シンプルなバージョンを定義することができます: class FlatPageAdmin ( admin . ModelAdmin ): fields = ( 'url' , 't ...
れ、 content フィールドは次の行に表示されます: class FlatPageAdmin ( admin . ModelAdmin ): fields = (( 'url' , ' ...
示するフィールドのリストを含みます。 django.contrib.flatpages.models.FlatPage モデルを用いた例は以下のようになり ...
-
https://man.plustar.jp/django/ref/contrib/admin/index.html
- [similar]
- Django 1.4 release notes — Django 4.0.6 ドキュメント 8288
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
.3, enable the new password hashes. django.contrib.flatpages ¶ Starting in 1.4, the FlatpageFallbackMiddleware ...
directs if the resulting URL refers to an existing flatpage. For example, requesting /notaflatpageoravalidurl ...
in a previous version would redirect to /notaflatpageoravalidurl/ , which would subsequently raise a 404 ...
. Requesting /notaflatpageoravalidurl now will immediately raise a 404. Also, ...
-
https://man.plustar.jp/django/releases/1.4.html
- [similar]
- Django 1.9 リリースノート — Django 4.0.6 ドキュメント 8288
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
R level or higher were printed to the console. The FlatPage.enable_comments field is removed from the FlatPage ...
anged from True to False . django.contrib.sitemaps.FlatPageSitemap is removed in favor of django.contrib.flatp ...
ages.sitemaps.FlatPageSitemap . Private API django.test.utils.TestTemplat ...
-
https://man.plustar.jp/django/releases/1.9.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 8251
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ntrib.contenttypes.forms モジュール django.contrib.flatpages モジュール django.contrib.gis モジュール django.c ...
neModelAdmin の属性) flags (RegexValidator の属性) FlatPage (django.contrib.flatpages.models のクラス) Flatpag ...
eFallbackMiddleware (django.contrib.flatpages.middleware のクラス) FlatPageSitemap (django.cont ...
rib.flatpages.sitemaps のクラス) flatten() (Context のメソッド) ...
-
https://man.plustar.jp/django/genindex.html
- [similar]
PREV
1
NEXT